Answers for "get total size of directory linux"

11

Get the size of all the directories in current directory in linux

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

shell get size of directory

du -h your_directory
# gives you the size of your target directory.
du -hcs your_directory
# If you want a brief output.
Posted by: Guest on March-26-2020
7

show directory size linux

du -sh /home/george
2.1G    /home/george
Posted by: Guest on March-05-2020
1

check directory size

du -sh /home/george
Posted by: Guest on July-02-2020

Code answers related to "get total size of directory linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language