【shell】awk比较两个文件不同

awk 'NR==FNR{a[$1,$2];next} !($1,$2) in a' file1 file2
posted @ 2022-11-08 21:34  xjce  阅读(84)  评论(0编辑  收藏  举报