统计目录下文件数量,包括目录下文件夹下的,需要递归统计
[root@~]# find ./20250303/attach/ -type f | wc -l 299425
-type f 类型为文件 wc -l 统计计数