1

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?

Braiam
  • 67,791
  • 32
  • 179
  • 269
user15893
  • 111

1 Answers1

6
  • meld
  • tkdiff
  • vim

meld is -my- favorite.

Console has a command for it: diff {file1} {file2}

Jorge Castro
  • 71,754
Rinzwind
  • 299,756