On a Linux environment. How can I find out the total space a folder is taking. It would like this total to include ALL sub-directories in the total. I don't want a dump of the size of each subdirectory. Just the total size a directory is taking up with the size of all it's subdirectories included in the c
|
feedback
|
The output will return sumarize and human readeable directory size. or in MB
Also, you can create an alias if you will going to execute this command often. | ||||
|
feedback
|
Gives the size of the current directory in MB, not running past mount-points. | |||
|
feedback
|
|
If you're inside the directory, The flags on that command mean "-s summary, -k kilobyte listing, -h human-readable suffixes". The "-k" is probably redundant, but a force of habit. | |||
|
feedback
|