Answers for "get sizes of files and folder of current directory linux"

16

check folder sizes linux

du -h --max-depth=1
Posted by: Guest on April-14-2020
0

find folder size in linux

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

Code answers related to "get sizes of files and folder of current directory linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language