From: Vladan B. <vb...@ie...> - 2007-04-02 08:32:45
|
nitin jindal wrote: > I am working on a project for which I have to compare a lot of files and > automatically process the comparison results. So, my question is can > kdiff3 be configured to give output in command line, instead of > displaying in a gui. You should probably use diff. It runs from the command line and can output the differences in several formats suitable for processing by other programs. The purpose of kdiff3 is to show the differences visually and allow you to interactively merge the files. If you are using Linux, diff is already installed. If you are using Windows, here you can find a Windows version of diff (and other programs from the diffutils package): <http://gnuwin32.sourceforge.net/packages/diffutils.htm> -- Vladan Bato vb...@ie... |