On Sep 3, 2:40 pm, [EMAIL PROTECTED] wrote:
> Hi,
>
> I looking for a file comparison utility in Python that works like
> 'diff' command in Unix and 'comp' in Windows.
> The present 'cmd' in filecmp module only presents output in the form
> of 1 or 0 i.e whether the 2 files differ or not?
>
> So,
On Wed, 3 Sep 2008 19:40:40 +0100, [EMAIL PROTECTED] wrote:
> I looking for a file comparison utility in Python that works like
> 'diff' command in Unix and 'comp' in Windows.
> The present 'cmd' in filecmp module only presents output in the form
> of 1 or 0 i.e whether the 2 files differ or not?
Hi,
I looking for a file comparison utility in Python that works like
'diff' command in Unix and 'comp' in Windows.
The present 'cmd' in filecmp module only presents output in the form
of 1 or 0 i.e whether the 2 files differ or not?
So, I'm lookin for something that generates actual differences