folder size linux terminal code example
Example 1: linux how to know whhich directory used more soace
$ du -h --max-depth=1 | sort -hr
Example 2: command to check size of folder in linux
du -lh --max-depth=1 --block-size=M | sort -nr
Example 3: check folder size in linux terminal
du -sh /home/user/