Y
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
makapuf
2096 days ago
Wow thanks for sort -h (sorting by human representation, 2M>150k) gnu tools never cease to amaze me.
link
kurlberg
2095 days ago
Thanks! I've got a new alias cut out for me: duh! :-)
link