Comment on Hacking ls -lparentComments−bajsejohannes13yThis works with sorting, and it's easier to pick big files out at a glance. I would use this as often as -h−cheald13y`ls -lhS` works just fine to sort with human-readable sizes, at least on Fedora.−runejuhl13yYou could also use 'ls -lh | sort -h'.−sliverstorm13yI believe that's only supported in newer versions of sort.
Comments
This works with sorting, and it's easier to pick big files out at a glance. I would use this as often as -h
`ls -lhS` works just fine to sort with human-readable sizes, at least on Fedora.
You could also use 'ls -lh | sort -h'.
I believe that's only supported in newer versions of sort.