Answers for "check size of a directory in linux"

16

how to check folder size in linux

# show all folder size in the current directory
du -h --max-depth=1
Posted by: Guest on January-18-2021
12

check folder sizes linux

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

Code answers related to "check size of a directory in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language