ommand to get directory size in Ubuntu code example
Example 1: linux how to know whhich directory used more soace
$ du -h --max-depth=1 | sort -hr
Example 2: check folder size in linux terminal
du -sh /home/user/
$ du -h --max-depth=1 | sort -hr
du -sh /home/user/