#/bin/bash
ls -F|grep /|while read i;do echo "$i$(ls -l $i|wc -l)";done
