Answers for "linux command to get the size of a 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

Linux folder size

du -sh /* | sort -h
Posted by: Guest on November-29-2021

Code answers related to "linux command to get the size of a directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language