How to find the size of directory in Linux
There are many ways to find the directory or folder size in Linux. This post discuss few ways to find the size of directory and file using command line. Using du du command summarizes disk usage of each file, recursively for directories. du -hs /path/to/directory -h option shows the number [...]