home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / beehive / zcat / extend.lbr / EXTEND.DOC < prev   
Text File  |  1991-01-30  |  384b  |  15 lines

  1. extend.com: v1.0
  2. usage: APPEND <filename> <string>
  3.      appends <string> to end of file <filename>
  4.  
  5. Intended mainly to illustrate a fast file-append
  6. algorithm, but may be useful as a quick-update
  7. notations file handler
  8.  
  9. 09/13/81 Ron Fowler, Westland MI
  10.  
  11. ast file-append
  12. algorithm, but may be useful as a quick-update
  13. notations file handler
  14.  
  15. 09/13/81 Ron Fowler, Westland M