Answers for "how to get the folder size in linux"

4

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
1

find folder size in linux

df -sh .
Posted by: Guest on February-20-2021
0

how to get the folder size in linux

du -sh folder/
Posted by: Guest on June-01-2021

Code answers related to "how to get the folder size in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language