Answers for "find current directory folder size using 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

show directory size linux

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

Code answers related to "find current directory folder size using linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language