If you want to find out in a readable format the directories beneath you on Unix/Linux then just run this command:
du -sh */
Now you can get a total of the file sizes in a certain directory.
Find the size of directories
If you want to find out in a readable format the directories beneath you on Unix/Linux then just run this command:
du -sh */
Now you can get a total of the file sizes in a certain directory.