Linux.com

Re: Diffing with .rpmnew and .rpmsave files

Posted by: Anonymous [ip: 163.192.21.43] on November 21, 2007 04:49 PM
tkdiff looks ugly (as are most Tk programs unfortunately) and kompare is a KDE program (not that I want to say something bad about KDE). To have side by side comparision, you can use diff -y file1 file2 | less or use vimdiff (part of Vim editor) or (for a GUI interface) gvimdiff

#

Return to Dealing with .rpmnew and .rpmsave files