XI. Are there any apps that can display files in parallel, highlighting (in color) the differences between them?

  1. +Snapshot+ ediff, developed by Michael Kifer, is a visual interface to diff and patch, accessed within emacs, that highlights the differences between two files in color. It features:

    Ediff is part of the standard Emacs and Xemacs distribution.

    Periodic updates are available at:
    ftp://ftp.cs.sunysb.edu/pub/TechReports/kifer

  2. mgdiff, developed by Daniel Williams, is a graphical front-end to diff. When the user selects two files for comparison, it runs the diff command, parses the output and presents the results graphically. This presentation can also be used to generate a user-specified merge of the two files into a third file.

    This program's appearance is based upon a program called gdiff, available for Silicon Graphics workstations.

    The latest version of mgdiff is available for ftp at:

    ftp://ftp.x.org:/contrib/applications/mgdiff.tar.gz

  3. +Snapshot+ tkdiff, developed by John Klassa, is a graphical front-end for the standard Unix diff utility, based on Tcl/Tk. Its features include:

    The latest version, 1.0b9, is available at:

    ftp://ftp.neosoft.com/languages/tcl/alcatel/code/tkdiff-1.0b9.tar.gz

  4. xdiff, developed by Paul Lucas, is another graphical diff tool based on the SGI gdiff utility.

    It is available at:

    ftp://ftp.best.com/pub/pjl/software/xdiff-1.1b3.tar.gz

  5. +Snapshot+tkxcd, is a diff front end that has a look and feel similar to Atria ClearCase's xcleardiff.

    Available at:
    ftp://ftp.redhat.com/pub/contrib/RPMS/tkxcd-1.1.0-1.i386.rpm
    ftp://ftp.redhat.com/pub/contrib/SRPMS/tkxcd-1.1.0-1.src.rpm

  6. +Snapshot+ yaxp, developed by Rudy Wortel, is yet another xdiff program based on the SGI gdiff utility. It can display the differences of a file and up to four revisions of that file. The text is presented side by side with the differences aligned and highlighted in colour. xdiff can be used to produce a merged version combining any or all of the differences.

    The latest version, 3.3 is available at: http://reality.sgi.com/rudy/xdiff/

Back to the index.

Next Question


Last modified: Sat Dec 5 11:32:05 EST 1998