How can I get human-readable ls output under AIX? There is no -h parameter
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
Might I suggest That will provide the files sizes in KB instead of the default blocks. Ex:
|
|||
|
|
|
I can't imagine this:
being the best solution, but I don't have an AIX. And do you have gnu-find on AIX? If not - I don't know how the output of other finds looks like. This is gnu-find:
If you don't have any other option, an alias might be useful. |
|||
|
|
lsoutput that isn't human-readable? – MaxMackie Aug 30 '11 at 15:16ls -lhconverts sizes into kilobytes, megabytes and gigabytes. – Steve-o Aug 31 '11 at 6:27