for i in `find -maxdepth 1 -type d `; do echo `find $i | wc -l` $i; done | sort -n