【发布时间】:2013-11-17 20:50:25
【问题描述】:
在 Windows 7 中,是否可以在目录中搜索文件或模式,但只能搜索“n”级?
我无法安装任何外部工具
Dir /s 命令似乎涵盖了所有可能存在的级别。我想将其限制为仅 'n'(3 或 4)级,但找不到这样做的选项。
【问题讨论】:
-
使用 powershell,Get-ChildItem -Path C:\Windows\Logs*** -- 添加尽可能多的 * 想要深入的级别 -- 请参阅 stackoverflow.com/questions/13249085/…
标签: search windows-7 directory-structure