Could anyone please help me how to compare 2 files containing lines of string? The two files contain similar data except that one contains data with duplicates while the other one contains all unique. I have to make sure if the file having unique data contains all the lines present in the file containing duplicates.
Both files look something like this and I have to compare only the lines which has the sub string CME in it which comes right before the first coma in the string
in this case, do I not have to compare each row of one file with each row of another and there are over 60000 rows in the file that has duplicate values. Will it not be too slow?