gpt4 book ai didi

bash - 从文本文件中 Grep 多个字符串

转载 作者:行者123 更新时间:2023-11-29 09:20:01 25 4
gpt4 key购买 nike

好吧,我有一个包含多个字符串的文本文件,例如 -

Hello123
Halo123
Gracias
Thank you
...

我希望 grep 使用这些字符串从目录中的其他文件中查找具有匹配字符串/关键字的行

被 grep 的文本文件示例 -

123-example-Halo123
321-example-Gracias-com-no
321-example-match

所以在这种情况下输出应该是

123-example-Halo123
321-example-Gracias-com-no

最佳答案

使用 GNU grep:

grep -f file1 file2

-f FILE: Obtain patterns from FILE, one per line.

输出:

123-example-Halo123321-example-Gracias-com-no

关于bash - 从文本文件中 Grep 多个字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48120921/

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