Answers for "linux list all directories by size"

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
6

linux command to list directory size

sudo du -sh /var
Posted by: Guest on April-09-2020

Code answers related to "linux list all directories by size"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language