home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / fish / misc_utils / append / append.doc.english < prev    next >
Text File  |  1990-10-11  |  701b  |  19 lines

  1. Append (c)1989 Oliver Enseling
  2. ------------------------------
  3.  
  4.  Sometimes it may be necessary to connect two or more files. Usually this can
  5. be done be the usage of the CLI command JOIN. Only JOIN does not allow to
  6. append one file to another without some roundabout ways. You have to JOIN
  7. the two files, delete the old ones and rename the new file. APPEND serves
  8. to shorten this procedure.
  9.  APPEND is a CLI command, thus it cannot be invoked from Workbench. To
  10. start APPEND type:
  11.  
  12.   APPEND <file>1 [<file2> [...]] [TO] <dest>
  13.  
  14. The files <file1>, <file2>, etc. will be appended to the existing file <dest>.
  15. If <dest> does not exist it will be created. You can leave out the TO if you
  16. feel like it.
  17.  
  18. OE
  19.