views:

40

answers:

1

Hi everyone ,

Is there is command in jython which can compare line by line between two files and display the non-matching record.

Thanks

+1  A: 

Why not use diffj ? It's a Java implementation of diff, and consequently available in Jython.

Brian Agnew