Hacker News new | ask | show | jobs
by cdancette 2961 days ago
ncdu to analyze disk space and find huge folders you can clean

And `z` (the zsh plugin) to cd into your most common directories

1 comments

Thanks for sharing - I did not know about ncdu.

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

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