Hacker News new | ask | show | jobs
by kurlberg 2094 days ago
Another option is

du | sort -n

(I've got it aliased to "dun".)

1 comments

Or human readable. This is what I usually use:

    du -sh * | sort -h
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! :-)