Date : Mon, 06 Sep 1982 04:44:00-EDT
From : Leor Zolman <LEOR@Mit-Mc>
Subject: file append utility
Here's another useful general-purpose CP/M utility I've conjured up to
make using SPELL a bit easier: APPEND.C. This takes a small file and appends
it onto another file of any size, using CP/M 2.2x random-record I/O so it
doesn't have to read through the entire destination file. APPEND is useful
for appending onto the end of the SPELL dictionary, of course.
-leor
P.S. The file is "AR36:CPM;APPEND 1C"