Answers for "show directories size for all folders in a directory linux"

12

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

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

show directory size linux

du -sh /home/george
2.1G    /home/george
Posted by: Guest on March-05-2020

Code answers related to "show directories size for all folders in a directory linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language