How to compare two files and output the difference in Windows 7?
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" tool which is Linux thing? I am also working with large files 100k rows.
I tried this but it couldn't load my files properly: http://www.sobolsoft.com/comparetextline Also textmechanic.com doesn't seem to have this kind of tool.
Comments
Learn Cygwin. You can google it, figure it out in 2-3 hours, and never look back.
Scrapebox can handle 1 million urls. Cygwin can handle.. well I dont know the limit, Lets say 900 million? It can also do the same job in seconds, rather than 45 minutes.