23 |
|
| |
24 |
|
.B \-odN |
25 |
|
| |
26 |
– |
.B \-ocN |
27 |
– |
| |
26 |
|
.B \-oiN |
27 |
|
| |
28 |
|
.B \-owN |
56 |
|
with a backslash in most shells. |
57 |
|
If no argument is given, the default newline terminator is re-established. |
58 |
|
.PP |
59 |
< |
An output is either a file or a command. |
60 |
< |
If an output file exists, it will not be overwritten unless the |
59 |
> |
Output is either to a file, to a command, to the standard output, or to discard. |
60 |
> |
If a named output file exists, it will not be overwritten unless the |
61 |
|
.I \-f |
62 |
|
option is given, or it is being appended using the |
63 |
|
.I \-a |
64 |
|
option. |
65 |
+ |
The same output file may not appear more than once. |
66 |
|
Commands are given in quotes, and begin with an exclamantion point ('!'). |
67 |
< |
A period ('.') may also be specified as output, |
68 |
< |
which indicates that no output is desired for this field. |
69 |
< |
The corresponding data will be skipped on the input. |
67 |
> |
At most, one command may reliably write to its standard output, and |
68 |
> |
doing so is incompatible with |
69 |
> |
.I rsplit |
70 |
> |
also writing to standard output. |
71 |
> |
A hyphen ('-') by itself tells |
72 |
> |
.I rsplit |
73 |
> |
to write directly to its standard output, and may appear multiple times. |
74 |
> |
The options before the first appearance determine the |
75 |
> |
standard output header parameters. |
76 |
> |
A period ('.') tells |
77 |
> |
.I rsplit |
78 |
> |
to discard the corresponding data, and also may appear multiple times. |
79 |
|
.PP |
80 |
|
The |
81 |
|
.I \-oa |
113 |
|
maximum number of records that will be written by |
114 |
|
.I rsplit. |
115 |
|
.PP |
108 |
– |
A hyphen ('-') by itself can be used to indicate the standard |
109 |
– |
output, and may appear multiple times. |
110 |
– |
Results will be unpredictable if the standard output is specified |
111 |
– |
in this way |
112 |
– |
and any of the command outputs also writes to their standard output. |
113 |
– |
At most, one command may reliably write to its standard output. |
114 |
– |
.PP |
116 |
|
The |
117 |
|
.I \-ih |
118 |
|
option tells |
160 |
|
Greg Ward |
161 |
|
.SH "SEE ALSO" |
162 |
|
cnt(1), histo(1), neaten(1), rcalc(1), rcode_depth(1), |
163 |
< |
rcode_ident(1), rcode_norm(1), rlam(1), rtrace(1), |
164 |
< |
split(1), tabfunc(1), total(1) |
163 |
> |
rcode_ident(1), rcode_norm(1), rcode2bmp(1), rcrop(1), |
164 |
> |
rlam(1), rtpict(1), rtrace(1), split(1), tabfunc(1), total(1) |