Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在命令提示符下尝试事情相对较新。最后我想写一个可以做以下事情的批处理文件。
在当前目录(包括所有子目录)中查找名称不包含“foo”或“bar”且扩展名为“txt”的文件,并搜索以“create file”或“create table”开头的行,以便所有相应的匹配行将被放入一个名为“y”的新文件中,格式为找到该行的文件名、文件位置和包含该字符串的实际行。
从查看这些命令开始。
for, find, findstr
for
find
findstr
使用/?论据寻求帮助。
/?
SS64 , DosTips , Rob van der Woude , Technet