I want any alternative for Ubuntu 11.04 that runs on the command window that allows me to see which folder use up a lot of space.
P.S. It's for my VPS.
I want any alternative for Ubuntu 11.04 that runs on the command window that allows me to see which folder use up a lot of space.
P.S. It's for my VPS.
Try using
tree
Then run
tree /mainfolder/folder1 -d
You can further refer here at Tree manpage for preferred Usage.
In Midnight Commander go to menu
Command
and selectShow directory sizes
.Keyboard shortcut is Ctrl+space
There is a program called ranger that allows you to do this. Download and install ranger.
sudo apt-get install ranger
Then, run
ranger :set display_size_in_main_column true
. That will make it display the file size in the main column wheneverranger
is run. You can navigate through the columns with your arrow keys. Seeman ranger
for more details.You can download and install it from the site; instructions are there as well.