Y
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
buzzwordninja
2094 days ago
Or human readable. This is what I usually use:
du -sh * | sort -h
link
makapuf
2093 days ago
Wow thanks for sort -h (sorting by human representation, 2M>150k) gnu tools never cease to amaze me.
link
kurlberg
2092 days ago
Thanks! I've got a new alias cut out for me: duh! :-)
link