Dec 132010
List the size of sub directories in the current directory
Answer:
To check the disk usage of all sub directories in the current directory, you can try the following method:
# sudo du -h --max-depth=1
4.0K ./src
341M ./lib
68M ./bin
24K ./games
195M ./share
36M ./local
18M ./sbin
18M ./include
673M .