Answers for "list folder sizes linux"

14

check folder sizes linux

du -h --max-depth=1
Posted by: Guest on April-14-2020
5

linux command to list directory size

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language