Answers for "getting total directory size in linux"

16

Get the size of all the directories in current directory in linux

du -h --max-depth=1
Posted by: Guest on April-14-2020
8

how to get the size of directory in linux

du -sh /var
Posted by: Guest on June-24-2020

Code answers related to "getting total directory size in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language