135 |
|
.SH EXAMPLE |
136 |
|
To alternate 5 lines between two output files: |
137 |
|
.IP "" .2i |
138 |
< |
rsplit -ia5 output1.txt output2.txt < input.txt |
138 |
> |
rsplit -oa5 output1.txt output2.txt < input.txt |
139 |
|
.PP |
140 |
|
To send the first of each double precision triplet to one file, and the second |
141 |
|
and third to a second file, stopping after 500 triplets: |
142 |
|
.IP "" .2i |
143 |
< |
rsplit -on 500 -id firstvals.dbl -id2 secondpairs.dbl < input.dbl |
143 |
> |
rsplit -on 500 -od firstvals.dbl -od2 followingpairs.dbl < triplets.dbl |
144 |
|
.PP |
145 |
|
To convey material, color and distance information from rtrace to |
146 |
|
separate files: |