How many files in the folder? 12 Apr 2020 Number of files in each folder for i in `ls -d */`; do num=`ls $i | wc -l`; echo "$i: $num"; done