I have daily reports I need to compare for changes.
Currently I have to color code the files (one color for each day) then cut-and-paste them together and sort so the duplicate records are together. Then I have to manually read through the information and remove all 100% duplicate sets of records.
Is there a script I can run/create that would look for duplicate records in a file and if they are found delete BOTH records so I am left with only the things that either weren't duplicated (in one file but not the other) or different?
Thank you.