Hacker News new | ask | show | jobs
by veganjay 2962 days ago
Thanks for sharing - I did not know about ncdu.

I typically do a series of "du -s -h * | sort -h" and this simplifies things.

1 comments

wow, learned about that flag to sort today, thanks. I've been just doing "du -s | sort -n"