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