把a文件刪除b文件中的相同的行

grep -vxFf b.txt a.txt > newa.txt

更好的方法是spa

comm -1 -3 b.txt a.txt > newa.txt

來自Tool in unix to subtract text files? [duplicate]unix

相關文章
相關標籤/搜索