Tagged Questions
4
votes
4answers
2k views
Compare two files: lines present in one, not in the other, by one column comparison
I need to compare 2 files. Column 1 is the same in both files. Column 2 is what I want to compare: I want all lines in file 1 that are not in file 2 when comparing column 2. Column 3 is different in ...