>>939
for i in `find . -type d`; do echo -n $i; ls -F $i | sed '/\/$/d' | wc -l; done