1 |
< |
.\" RCSid "$Id" |
1 |
> |
.\" RCSid "$Id$" |
2 |
|
.TH RCALC 1 4/6/99 RADIANCE |
3 |
|
.SH NAME |
4 |
|
rcalc - record calculator |
9 |
|
][ |
10 |
|
.B \-l |
11 |
|
][ |
12 |
+ |
.B \-p |
13 |
+ |
][ |
14 |
|
.B \-n |
15 |
|
][ |
16 |
|
.B \-w |
69 |
|
options do not require a count, as this will be determined by the |
70 |
|
number of output channels in the given expressions. |
71 |
|
.PP |
72 |
+ |
The |
73 |
+ |
.I \-p |
74 |
+ |
option specifies "passive mode," where characters that do not |
75 |
+ |
match the input format are passed unaltered to the output. |
76 |
+ |
This option has no effect unless |
77 |
+ |
.I \-i |
78 |
+ |
is also specified, and does not make much sense unless |
79 |
+ |
.I \-o |
80 |
+ |
is also given. |
81 |
+ |
With both input and output formats, the passive mode can |
82 |
+ |
effectively substitute information in the middle of a file |
83 |
+ |
or stream without affecting the rest of the data. |
84 |
+ |
.PP |
85 |
|
The variable and function definitions in each |
86 |
|
.I \-f source |
87 |
|
file are read and compiled. |
298 |
|
.PP |
299 |
|
Tabs count as single spaces inside fields. |
300 |
|
.SH "SEE ALSO" |
301 |
< |
calc(1), cnt(1), ev(1), getinfo(1), lam(1), tabfunc(1), total(1) |
301 |
> |
cnt(1), ev(1), getinfo(1), icalc(1), rlam(1), tabfunc(1), total(1) |