Re: Looking for a Duo - file comparison and a file parser

2008-09-09 Thread Robert Kern
[EMAIL PROTECTED] wrote: HI, I'm thinking of writing a file comparison utility in python. This utility will work as: 1. Compare 2 files for the differences. Both files contain some numerical results. 2. Generate a common file containing the differences (the same way as 'diff' generate an ou

Looking for a Duo - file comparison and a file parser

2008-09-09 Thread dudeja . rajat
HI, I'm thinking of writing a file comparison utility in python. This utility will work as: 1. Compare 2 files for the differences. Both files contain some numerical results. 2. Generate a common file containing the differences (the same way as 'diff' generate an output) 3. Now, I will parse this