7 |
|
[ |
8 |
|
.B "\-n nprocs" |
9 |
|
][ |
10 |
+ |
.B \-r |
11 |
+ |
][ |
12 |
|
.B "\-e expr" |
13 |
|
][ |
14 |
|
.B "\-f source" |
15 |
|
][ |
16 |
< |
.B "\-o fspec" |
16 |
> |
.B "\-o ospec" |
17 |
|
][ |
18 |
|
.B "\-b binv" |
19 |
|
] |
55 |
|
.I rtrace(1) |
56 |
|
with the -oTW option to calculate the daughter ray |
57 |
|
contributions for each input ray, and the output tallies |
58 |
< |
are sent to one or more files according to the given |
58 |
> |
are sent to one or more destinations according to the given |
59 |
|
.I \-o |
60 |
|
specification. |
61 |
+ |
If a destination begins with an exclamation mark ('!'), then |
62 |
+ |
a pipe is opened to a command and data is sent to its standard input. |
63 |
+ |
Otherwise, the destination is treated as a file. |
64 |
+ |
An existing file of the same name is clobbered, unless the |
65 |
+ |
.I \-r |
66 |
+ |
option is specified, in which case data recovery is attempted. |
67 |
|
If an output specification contains a "%s" format, this will be |
68 |
|
replaced by the modifier name. |
69 |
|
The |
120 |
|
.I \-o |
121 |
|
specification is given, results are written on the standard output in order |
122 |
|
of modifier (as given on the command line) then bin number. |
123 |
< |
Concatenated data is also sent to a lone output file (i.e., an initial |
123 |
> |
Concatenated data is also sent to a single destination (i.e., an initial |
124 |
|
.I \-o |
125 |
|
specification without formatting strings). |
126 |
|
If a "%s" format appears but no "%d" in the |