comparing two text files storing it in third one python

Posted by tazim on Stack Overflow See other posts from Stack Overflow or by tazim
Published on 2010-06-15T06:41:09Z Indexed on 2010/06/15 6:42 UTC
Read the original article Hit count: 150

Filed under:
|
|

Hi, I need to compare two files and redirect the different lines to third file. I know using diff command i can get the difference . But, is there any way of doing it in python ?

© Stack Overflow or respective owner

Related posts about python

Related posts about AJAX