Comparing two columns in two files using awk

后端 未结 2 1838
逝去的感伤
逝去的感伤 2021-01-14 23:38

I\'m trying to compare two different files, let\'s say \"file1\" and \"file2\", in this way. If fields $2 and $3 are the same in both files, print $0 of file2. Here\'s an ex

2条回答
提交回复
热议问题