home *** CD-ROM | disk | FTP | other *** search
- Concatenation
-
- Several files are concatenated (combined) when the contents of the first file,
- immediately followed by the contents of the second file, and so on through the
- last file being concatenated, are copied to another file, in order.
-
- The COPY command can be used to concatenate files. For examples of COPY used
- this way, leave the NEW_TERMS topic (by pressing the Return, Enter, or <──┘
- key at the "NEW_TERMS Topic?" prompt) and then request information on the
- COPY topic. >> can be used to concatenate files. See the REDIRECTION topic.
-
- For example, suppose that several files had the following contents:
-
- FILE CONTENT
- ---- -------
- file1 AAAA
- file2 BBBB
- file3 cccc
-
- and they were concatenated to form file4. The contents of file4 would be
- AAAABBBBcccc