Answers for "get total size of folders in 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
1

how to get the folder size in linux

du -sh folder/
Posted by: Guest on June-01-2021

Code answers related to "get total size of folders in directory linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language