home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / definit / concat.hlp < prev    next >
Encoding:
Text File  |  1989-01-01  |  896 b   |  22 lines

  1. Concatenation
  2.  
  3. Several files are concatenated (combined) when the contents of the first file, 
  4. immediately followed by the contents of the second file, and so on through the 
  5. last file being concatenated, are copied to another file, in order.
  6.  
  7. The COPY command can be used to concatenate files. For examples of COPY used
  8. this way, leave the NEW_TERMS topic (by pressing the Return, Enter, or <──┘ 
  9. key at the "NEW_TERMS Topic?" prompt) and then request information on the 
  10. COPY topic. >> can be used to concatenate files. See the REDIRECTION topic.
  11.  
  12. For example, suppose that several files had the following contents:
  13.  
  14.     FILE    CONTENT
  15.     ----    -------
  16.     file1    AAAA
  17.     file2    BBBB
  18.     file3    cccc
  19.  
  20. and they were concatenated to form file4. The contents of file4 would be
  21.     AAAABBBBcccc
  22.