gpt4 book ai didi

linux - 如何在bash中比较两个文件,然后删除第一个文件中与第二个文件不匹配的文件

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

所以在我有点蹩脚地解释它之前,但这是我的老板的一个挑战,仅使用基本的 bash 命令来创建此代码来基本上做到这一点:

while read line for file1.txt do; search file2.txt for the matching line if the matching line is found print to file3.txt; else go to next line in file1.txt and repeat in a loop until completion of file1.txt read.

我不知道如何做到这一点,但我希望这会让事情变得更容易。我不能使用 diff comm 或其他任何东西,因为他说那太容易了。

最佳答案

# show the diff
diff 2.txt 1.txt

# update 1.txt to match
cp 2.txt 1.txt

关于linux - 如何在bash中比较两个文件,然后删除第一个文件中与第二个文件不匹配的文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40344633/

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