Answers for "see the size of a folder 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
1

check size of folder linux

#using -h displays the size of a folder in kb,mb and gb for better understanding
#and human readable
ll -h

#don't forgive to give a thumbs up
Posted by: Guest on September-26-2021

Code answers related to "see the size of a folder linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language