gpt4 book ai didi

linux - linux下如何在另一个文件中搜索行

转载 作者:太空宇宙 更新时间:2023-11-04 05:31:43 25 4
gpt4 key购买 nike

我有文件1和文件2。我需要搜索并打印出 file1 中的任何行是否存在于 file2 中。如果不存在,我需要知道无论如何都不存在条目。我怎样才能在linux命令中实现这一点?

最佳答案

只需要 grep:

grep -f file1 file2

如果你想将file1处理为固定字符串,而不是正则表达式模式,则需要添加参数-F。

grep -F -f file1 file2

关于linux - linux下如何在另一个文件中搜索行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12030527/

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