linux 查找文件命令 find
linux 如何查看指定目录下面总共有多少个文件数,包括递归地查看子目录下的文件数。
find {DIR_NAME} -type f | wc -l
{DIR_NAME}
-type f