debian check folder size code example
Example 1: ubuntu get folder size
du -hs /path/to/directory
Example 2: command to check size of folder in linux
du -lh --max-depth=1 --block-size=M | sort -nr
du -hs /path/to/directory
du -lh --max-depth=1 --block-size=M | sort -nr