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 799 times
1 Answers
6
- meld
- tkdiff
- vim
meld is -my- favorite.
Console has a command for it: diff {file1} {file2}
Jorge Castro
- 73,717
Rinzwind
- 309,379