Re: [Tutor] looking for ways to get diff between two txt files

2008-05-15 Thread Kent Johnson
On Thu, May 15, 2008 at 1:58 AM, Kamal <[EMAIL PROTECTED]> wrote: > Hi, > > I would really appreciate if someone help to find a way to calculate > delta (diff) between two similar text files. This example would be pretty easy to modify to do what you want: http://personalpages.tds.net/~kent37/blog

[Tutor] looking for ways to get diff between two txt files

2008-05-14 Thread Kamal
Hi, I would really appreciate if someone help to find a way to calculate delta (diff) between two similar text files. I have looked at difflib and found related script at this site http://www.java2s.com/Code/Python/Utility/Printfilediffsincontextunifiedorndiffformats.htm Is there a simple way to