I have two text files, an original version and a new version. What I want to do is to create a third file which is the original version plus marked-up changes for the new version. Is this a good job for diff or is there a better application for my problem? Thanks.
<br><br>Example:<br><br>File 1:<br>foo bar<br><br>File 2:<br>foo foo bar<br><br>New file 3:<br>foo +++foo+++ bar<br><br>(I don't care much about how the added text is marked up, just so that it is marked up.)<br clear="all">
<br>