Hi everyone ,
Is there is command in jython which can compare line by line between two files and display the non-matching record.
Thanks
Hi everyone ,
Is there is command in jython which can compare line by line between two files and display the non-matching record.
Thanks
Why not use diffj ? It's a Java implementation of diff, and consequently available in Jython.