I have 2 txt files, file A and file B. Some lines in file A are the same as in file B. I need to run file A "against" file B and delete all lines from file A that are already present in file B.
How can I achieve this?
How can I achieve this?