[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
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