linux command line folder size code example
Example 1: command to check size of folder in linux
du -lh --max-depth=1 --block-size=M | sort -nr
Example 2: check directory size
du -sh /home/george
du -lh --max-depth=1 --block-size=M | sort -nr
du -sh /home/george