Skip to content

List Tool - Removing content of FILE1 from FILE2 - Windows

Hello Guys,

Suppose I have 2 text files:

FILE1:
AA
BB
CC
DD

and FILE2:
BB
CC
EE

I want an output file which will contain the lines from FILE1 but with no duplicates with FILE2. I hope I made myself understood. This is how output file should look like:
AA 
DD

I made a little reasearch over the google and found some Linux commands, I would like to know if there is a software on Windows which can handle such operations.

Thank you,
Alex.

Comments

  • SvenSven www.GSA-Online.de
    next version of SER allows you to filter files by that options.
Sign In or Register to comment.