Hello everyone
I have two text files and I need to compare between them
I have a text file which each line has some words/abbreviations. (1st file)
I want this file to be compared with another file which has another list of words. (2nd file)
Go through each line of 1st and see if any words/abbreviations on that particular line has a match in the 2nd file. If at least one of the words/abbreviations has a match, copy that line to a new 3rd text file.
If that row has no matches on the 2nd file, copy that line to a new 4th text file.
Thanks advanced for help
Bookmarks