compare two files

  1. S

    How to compare two text 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"...
Back
Top