#2067908
function lss () { for f in *; do if [ -d $f ]; then echo \"$f `ls -R $f | wc -l`\"; fi; done }