LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   list size of directory and all directories it contains? (https://www.linuxquestions.org/questions/linux-general-1/list-size-of-directory-and-all-directories-it-contains-41090/)

ubien 01-11-2003 10:49 AM

list size of directory and all directories it contains?
 
I run a webpage and I'm wondering how I could list the size of a directory and all the subdirectories. ls -lh shows all the files individually, but I'd like it to add all of them up and to add up all of the subdirectories as well. Any ideas?

DavidPhillips 01-11-2003 10:57 AM

check out "du" see if it does what you want

snocked 01-11-2003 10:59 AM

du -h


All times are GMT -5. The time now is 01:04 AM.