find DIR_NAME -type f | wc -l
find . -type f -name '*.log' -printf x | wc -c
ls -Uba1 | grep ^log | wc -l