check size directory linux 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 folder size in linux terminal
du -sh /home/user/
du -lh --max-depth=1 --block-size=M | sort -nr
du -sh /home/user/