Answers for "current folder size 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

how to get the folder size in linux

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language