I need a Windows tool which can compare 2 files in .txt format and output the difference. It should also work with large files. Example below:
Text1.txt
Apple
Orange
Banana
Text2.txt
Apple
Orange
Banana
Lemon
Output.txt
Lemon
So how could I do this in Windows without using that "grep"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.