Answers for "linux get directory size of all folders in the current"

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 "linux get directory size of all folders in the current"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language