ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/doc/man/man1/rsplit.1
(Generate patch)

Comparing ray/doc/man/man1/rsplit.1 (file contents):
Revision 1.1 by greg, Fri Jul 5 00:20:57 2019 UTC vs.
Revision 1.2 by greg, Fri Jul 5 00:42:56 2019 UTC

# Line 135 | Line 135 | may be used with the append mode ('-a').
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:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines