Think awk may be the solution but not sure.
Example:
File 1 File 2
M02464217A M03234567A
M01234567A M02464217A
M02345678A
M03456789A
If data in File 2 matches data in File 1, I want to remove matching data from File 1. In above example I would remove M03234567A from File 1.
Example:
File 1 File 2
M02464217A M03234567A
M01234567A M02464217A
M02345678A
M03456789A
If data in File 2 matches data in File 1, I want to remove matching data from File 1. In above example I would remove M03234567A from File 1.