Count Arquivos Recursivamente Linux
find DIR_NAME -type f | wc -l
Cheerful Capuchin
find DIR_NAME -type f | wc -l
ls -Uba1 | grep ^log | wc -l
find . -type f -name '*.log' -printf x | wc -c