Answers for "linux how to get the size of directory"

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
0

size of folder linux

sudo du -sh /path/to/folder
Posted by: Guest on December-07-2021

Code answers related to "linux how to get the size of directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language