Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by osxdaily.com #
 
PREVIOUS NEXT
Tagged: #command #line #size #directory
ADD COMMENT
Topic
Name
6+6 =