首页 > 代码库 > 在CMD下如何搜索某个名字的文件?

在CMD下如何搜索某个名字的文件?

命令如下:

dir FileYouWantToFind.txt /a /s

 

效果如图:

image

 

偷看Kun总操作学来的 ^_^