Is there a GUI-based program on Ubuntu that compares two files line by line and indicates where two lines do not match? If not, any console app that does the same thing?
Asked
Active
Viewed 793 times
1 Answers
6
- meld
- tkdiff
- vim
meld is -my- favorite.
Console has a command for it: diff {file1} {file2}

Jorge Castro
- 71,754

Rinzwind
- 299,756
-
Wow! Meld is now also my favourite! – Fabby Aug 21 '15 at 17:58