Sort Folders By Size
If on a Mac,
$ brew install coreutils
$ du -hs * | gsort -h

CategoryComputing.Linux.Shell