Hacker News new | ask | show | jobs
by k_bx 5326 days ago
I would add | sort -h here
1 comments

if you don't have "sort -h" (mine doesn't do it), you can also use "du -m", which gives file sizes in megabytes -- pretty reasonable. (then "sort -n")