Answers for "linux command to list directory size"

7

show directory size linux

du -sh /home/george
2.1G    /home/george
Posted by: Guest on March-05-2020
4

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