find . -type f -print |wc -l
或者
ls -l |grep fileName |wc -l

相关文章: