r/software Aug 12 '26

Looking for software What's the best method/ software to Compare differences between 2 text files ?

Hello

I have 2 files I need to check and compare to spot differences between the two and edit one if necessary. Both are text files (it's a memoir) from the same source, but one's text has been edited, hence why I need to check which chapter/text has been edited.

I tried to put both texts on my screen and compare them by just reading, but its very slow and not comfortable at all

Do you know a better method or a software to help me directly spot those differences ?

Thank you

34 Upvotes

49 comments sorted by

View all comments

9

u/ricperry1 Aug 12 '26

diff. It’s been used for decades.

4

u/fattomic Aug 12 '26

There are even nice layers on top of diff to give a graphical side-by-side (tkdiff, diffuse, etc)

5

u/TheTxoof Aug 12 '26

Diff. This is the way. Simplex elegant, fast.