I was trying this command for listing files in human readable form:

$ ls -lh                                                                                                                                         
ls: illegal option -- h
usage: ls -1RaAdCxmnlogrtucpFbqisfL [files]

Is there a way to enable it?

I am using Sun SPARC:

$ uname -a                                                                                                                                       
SunOS www 5.8 Generic_108528-16 sun4u sparc SUNW,UltraAX-i2
link|improve this question
feedback

2 Answers

The GNU version of ls can be found in the coreutils package at Sun Freeware.

link|improve this answer
+1, the dependency list is quite short too. – Iain Sep 15 '11 at 8:15
feedback

Probably not whilst still using Solaris 8, you'll probably need to upgrade to get that functionality.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.