Re: [ JDiff-devel ] Re: JDiff (fwd)
Brought to you by:
mdoar
From: mike d. <md...@st...> - 2000-10-11 15:15:20
|
On Wed, 11 Oct 2000, Daniel Lemire wrote: > What I am really looking for is replacement for the "diff" command line tool. > Just like diff isn't bundled with a text editor... I don't see why jDiff > should necessarily be. one of the first things i did after finding the underlying diff code that's behind the scenes in jDiff was to create a simple command line diff. it only dumped in the default diff(1) format ('>', '<', etc. no unified output), but it was useful in getting an idea of what i could do with this diff implementation. unfortunately, that code is long gone, but IIRC, it wasn't too hard to put together. -md |