Answers for "linux command total size of current directory"

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
0

find folder size in linux

df -sh .
Posted by: Guest on February-20-2021

Code answers related to "linux command total size of current directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language