Hacker News new | ask | show | jobs
by buzzwordninja 2096 days ago
Or human readable. This is what I usually use:

    du -sh * | sort -h
2 comments

Wow thanks for sort -h (sorting by human representation, 2M>150k) gnu tools never cease to amaze me.
Thanks! I've got a new alias cut out for me: duh! :-)