Forum: Python Nov 14th, 2007 |
| Replies: 4 Views: 4,007 Thanks for the advice guys. Using the difflib module things are up and running nicely. My only question at this point is how would the module react to files with many entires (say > 2000). I haven't... |
Forum: Python Nov 13th, 2007 |
| Replies: 4 Views: 4,007 I have two text files containing multiple lines of text from a datalogger, and I need to compare the two files and save the difference into a third text file.
ie....
text1:
10/13/01,... |