linux check folder size cli code example
Example 1: show directory size linux
du -sh /home/george
2.1G /home/george
Example 2: 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