gpt4 book ai didi

bash 文本搜索 : find if the content of one file exists in another file

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

<分区>

假设我们有两个文件:a.txt 和 b.txt。每个文件都有多行文本。

如何写一个shell脚本来检查b.txt中是否存在a.txt的所有内容?


谢谢大家的提示,我没注意到 -q 如果匹配成功会输出 0。

我最终得到:

if grep a.txt -q -f b.txt ;然后

其他

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