Bash Script
Easy way to list directories, 3 levels max., and then sort them by size du -h –max-depth=3 * | sort -n