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. |
56 |
|
.PP |
57 |
|
An output is either a file or a command. |
58 |
|
If an output file exists, it will not be overwritten unless the |
137 |
|
nor |
138 |
|
.I \-oH |
139 |
|
may be used with the append mode ('-a'). |
140 |
< |
.SH EXAMPLE |
140 |
> |
.SH EXAMPLES |
141 |
|
To alternate 5 lines between two output files: |
142 |
|
.IP "" .2i |
143 |
|
rsplit -oa5 output1.txt output2.txt < input.txt |