1 1976-11-10 concatenate_segs, ccs
2
3 Syntax as a command: ccs seg1 -opt1... segn optn -control_args
4
5
6 Function: concatenates one or more copies of segments together.
7
8
9 Arguments:
10 seg
11 are the pathnames of segments to be concatenated, in the order
12 specified. The first pathname is that of the output segment, to
13 which the others will be concatenated. It will be created if it
14 does not exist.
15 opt
16 applies to the immediately preceeding pathname only, and may be
17 -copy n or -cp n, where n is the number of copies of the segment
18 to be inserted. Default is 1 copy. If n is zero, no copies will
19 be used.
20
21
22 Control arguments:
23 -newpage, -np
24 specifies that a newpage character is to be inserted between each
25 segment, if there is not already one there.
26 -delete, -dl
27 specifies that all segments except the output segment are to be
28 deleted after successful concatenation.
29
30
31 Notes:
32 If the first pathname, that of the output segment, is followed
33 by -copy 0, it will be truncated before concatenation of additional
34 segments. A segment name, including that of the output segment,
35 may appear more than once. If the output segment's name appears
36 more than once, the original contents of the output segment,
37 before concatenation or truncation, is used for each of the copies.