I've been using this to replace the default `du` command by making it an alias in my .bashrc ```alias du="ncdu"```. Very useful.
Buenisimo programa para ver de forma "visual" en la consola el tamaƱo de los directorios
Better & Faster than du/df when looking for general overview useage. Great for being able to drill down through directories. On large directories, it's the fastest way I know to find how much space is being used by a directory. Start it from the command line : cd into the parent directory, then simply ncdu