Answers for "how to get teh size of folder in linux"

5

command to check size of folder in linux

du -lh --max-depth=1 --block-size=M | sort -nr
Posted by: Guest on September-30-2020
0

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 "how to get teh size of folder in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language