show folder size command line code example
Example 1: linux how to know whhich directory used more soace
$ du -h --max-depth=1 | sort -hr
Example 2: size folder command line
du -h /path/to/folder/
$ du -h --max-depth=1 | sort -hr
du -h /path/to/folder/