admin 管理员组

文章数量: 1086019

windows cmd 

递归计算某目录下文件数目

dir /b /s /a:-D | find /v /c "$$$$"

/s 递归

/a:-D 除去文件夹

本文标签: 递归 数目 文件 目录下 Windows