This is tricky and been searching for hours, I can't found anything helpful :(
I don't care how to do it, powershell, batch, npp++ or any software but this is what I want to do:
I have a text file text1.txt
with 2888 lines. Have another file text2.txt
with 3440 lines, but in the second file, there is already 2888 exact lines than in the first file.
So what I want to to is "remove" those 2888 lines of my text1.txt from text2.txt, keeping only the rest of lines "unique".