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: 222
        
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