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.2 by greg, Fri Jul 5 00:42:56 2019 UTC vs.
Revision 1.10 by greg, Sun Apr 5 02:25:22 2020 UTC

# Line 15 | Line 15 | rsplit - splits standard input into multiple output fi
15   ][
16   .B \-oH
17   ][
18 + .B "\-x xres \-y yres"
19 + ][
20   .B \-oaN
21   |
22   .B \-ofN
# Line 41 | Line 43 | output1 [options] output2 ..
43   writes lines or fields from the standard input to one or more output
44   streams.
45   By default, fields are separated by a
46 < newline character, but the terminator can be changed using the
46 > newline character (i.e., input is distributed by lines),
47 > but the terminator can be changed using the
48   .I \-t
49   option.
50 < Different separators may be given for different fields by specifying
50 > If a space is specified as the terminator, then fields are separated by
51 > any number of white spaces, including tabs, returns, and newlines.
52 > Different terminators may be given for different fields by specifying
53   additional
54   .I \-t
55 < options in between each output.
56 < Note that there is no space between this option and its argument.
55 > options between each output specification.
56 > Note that there is no space between this option and its argument, and
57 > certain arguments, such as a space or a tab, must be quoted or escaped
58 > with a backslash in most shells.
59 > If no argument is given, the default newline terminator is re-established.
60   .PP
61   An output is either a file or a command.
62   If an output file exists, it will not be overwritten unless the
# Line 57 | Line 65 | option is given, or it is being appended using the
65   .I \-a
66   option.
67   Commands are given in quotes, and begin with an exclamantion point ('!').
68 + A period ('.') may also be specified as output,
69 + which indicates that no output is desired for this field.
70 + The corresponding data will be skipped on the input.
71   .PP
72   The
73   .I \-oa
# Line 82 | Line 93 | indicates three floats per output record for the next
93   In the case of the
94   .I \-oa
95   option, no number writes one line or field per stream, and numbers
96 < greater than zero write multiple fields at a time to the same stream.
96 > greater than zero write multiple fields per record to the same stream.
97 > If the terminating character is set to something other than newline ('\\n'),
98 > a newline is added after each record (in addition to the terminator).
99   For binary output formts, no number implies one value per output.
100 < The default tab separator
88 < is set to the empty string for binary output streams.
100 > No terminator characters are expected or written for binary outputs.
101   .PP
90 These options may be interspersed with output specifications,
91 indicating different data to draw from the different files.
92 .PP
102   If a
103   .I \-on
104   option is given with a positive integer argument, this will be the
# Line 98 | Line 107 | maximum number of records that will be written by
107   .PP
108   A hyphen ('-') by itself can be used to indicate the standard
109   output, and may appear multiple times.
110 + The options before the first appearance determine the
111 + header parameters, if any.
112   Results will be unpredictable if the standard output is specified
113   in this way
114   and any of the command outputs also writes to their standard output.
# Line 131 | Line 142 | Neither
142   .I \-oh
143   nor
144   .I \-oH
145 < may be used with the append mode ('-a').
146 < .SH EXAMPLE
145 > may be used with the append mode ('-a'), which may also be toggled.
146 > .SH EXAMPLES
147   To alternate 5 lines between two output files:
148   .IP "" .2i
149   rsplit -oa5 output1.txt output2.txt < input.txt
# Line 149 | Line 160 | vwrays [viewspec] | rtrace [options] -x 1024 -y 768 -h
160   .SH AUTHOR
161   Greg Ward
162   .SH "SEE ALSO"
163 < cnt(1), histo(1), neaten(1), rcalc(1), rlam(1), rtrace(1),
164 < split(1), tabfunc(1), total(1)
163 > cnt(1), histo(1), neaten(1), rcalc(1), rcode_depth(1),
164 > rcode_ident(1), rcode_norm(1), rcode2bmp(1),
165 > rlam(1), rtpict(1), rtrace(1), split(1), tabfunc(1), total(1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines