mkdir ~/tmp cd ~/tmp wget http://dev.yorhel.nl/download/ncdu-1.9.tar.gz tar xvf ncdu-1.9.tar.gz cd ncdu-1.9/ sudo mkdir /share/apps/tools/ncdu -p sudo chown $USER /share/apps/tools/ncdu ./configure --prefix=/share/apps/tools/ncdu make make install echo 'export PATH=$PATH:/share/apps/tools/ncdu/bin' >> ~/.bashrc source ~/.bashrc
Start by running
ncdu
wonderfully helpful - looked all over for a suitable strategy with no success. your solution worked perfectly & satisfied my enormous blindspot surrounding files size and disk usage!
ReplyDeletemay all your days be both numerous, and prosperous ;)
Happy it was useful to you. There's also a poor man's ncdu, which is
Deletels --directory * |xargs -I {} du -hs {}
It summarizes each immediate subdirectory.