folder sixe in 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: folder sixe in linux
du -h --max-depth=1
du -lh --max-depth=1 --block-size=M | sort -nr
du -h --max-depth=1