Answers for "command size of folder"

1

command line calculate folder size

du -sh /directory/path
Posted by: Guest on July-07-2020
0

command line size of directory

# The -s flag will insure that each specific entry is calculated, 
# and the -h flag will make the output in human readable size format
du -sh /directory/path
Posted by: Guest on December-02-2020
0

size folder command line

du -h /path/to/folder/
Posted by: Guest on July-20-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language