Hacker News new | ask | show | jobs
by bajsejohannes 4991 days ago
This works with sorting, and it's easier to pick big files out at a glance. I would use this as often as -h
2 comments

`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.