HI
I have 2 files A and B
A
1
1234
986740982
78264182
89264162
9128635
5
6
7
8
B
1
4
5
6
7
As you can see , some of the records in B are in A. What is the best way that we can compare the 2 files? I mean lets say i want to output the comparison of both the files where the entries match (or dont match). I tried the while command but could not really get what i wanted , any kind of help is appreciated.
Thanks
I have 2 files A and B
A
1
1234
986740982
78264182
89264162
9128635
5
6
7
8
B
1
4
5
6
7
As you can see , some of the records in B are in A. What is the best way that we can compare the 2 files? I mean lets say i want to output the comparison of both the files where the entries match (or dont match). I tried the while command but could not really get what i wanted , any kind of help is appreciated.
Thanks