matchingFiles.out 来自 fi-6ren">
gpt4 book ai didi

batch-file - 如何在文本文件中查找字符串并在 Windows 批处理文件中打印匹配项?

转载 作者:行者123 更新时间:2023-12-04 04:52:52 25 4
gpt4 key购买 nike

有没有办法在几千个文本文件中搜索定义的字符串并打印匹配的文件的名称?

最佳答案

findstr /M "searched string" *.txt > matchingFiles.out

来自 findstr /?文档:
/M         Prints only the filename if a file contains a match.

关于batch-file - 如何在文本文件中查找字符串并在 Windows 批处理文件中打印匹配项?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17164706/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com