diffmkdiffmk
oldfile
newfile
markedfile
A useful program for reviewing changes between drafts of a document. diffmk
compares two versions of a file (oldfile
and newfile
) and creates a third file (markedfile
) that contains troff
"change mark" requests. When markedfile
is formatted with nroff
or troff
, the differences between the two files are marked in the margin (via the ExampleTo run diffmk on multiple files, it's convenient to set up directories in which to keep the old and new versions of your files, and to create a directory in which to store the marked files: $ Move your old files to OLD and your new files to NEW . Then use this rudimentary Bourne shell script: $ You must run the script in the directory of new files: $ |
|