younthu

用findstr查找特定文件里面的字符串

findstr /s /i "text to be found" filename

它会查找当前目录以及所有子目录下所有文件名为filename的内容,然后找出匹配项。

posted on 2010-05-13 10:33  younthu  阅读(481)  评论(0)    收藏  举报

导航