[fa.info-cpm] file append utility

ARPAVAX:C70:info-cpm (09/06/82)

>From LEOR@Mit-Mc Mon Sep  6 03:29:08 1982
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"