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?
|