52 |
|
.I \-t |
53 |
|
options between each output specification. |
54 |
|
Note that there is no space between this option and its argument. |
55 |
– |
If no character is specified, the default (newline) is used. |
55 |
|
.PP |
56 |
|
An output is either a file or a command. |
57 |
|
If an output file exists, it will not be overwritten unless the |
89 |
|
If the terminating character is set to something other than newline ('\\n'), |
90 |
|
a newline is added after each record (in addition to the terminator). |
91 |
|
For binary output formts, no number implies one value per output. |
92 |
< |
The terminator is not used for binary output streams. |
92 |
> |
No terminator characters are expected or written for binary outputs. |
93 |
|
.PP |
95 |
– |
These options may be interspersed with output specifications, |
96 |
– |
indicating different data to draw from the different files. |
97 |
– |
.PP |
94 |
|
If a |
95 |
|
.I \-on |
96 |
|
option is given with a positive integer argument, this will be the |
132 |
|
.I \-oh |
133 |
|
nor |
134 |
|
.I \-oH |
135 |
< |
may be used with the append mode ('-a'). |
135 |
> |
may be used with the append mode ('-a'), which may also be toggled. |
136 |
|
.SH EXAMPLES |
137 |
|
To alternate 5 lines between two output files: |
138 |
|
.IP "" .2i |
150 |
|
.SH AUTHOR |
151 |
|
Greg Ward |
152 |
|
.SH "SEE ALSO" |
153 |
< |
cnt(1), histo(1), neaten(1), rcalc(1), rlam(1), rtrace(1), |
153 |
> |
cnt(1), histo(1), neaten(1), rcalc(1), rcode_depth(1), |
154 |
> |
rcode_ident(1), rcode_norm(1), rlam(1), rtrace(1), |
155 |
|
split(1), tabfunc(1), total(1) |