7 |
|
[ |
8 |
|
.B \-tS |
9 |
|
][ |
10 |
+ |
.B \-u |
11 |
+ |
][ |
12 |
|
.B \-iaN |
13 |
|
| |
14 |
|
.B \-ifN |
15 |
|
| |
16 |
|
.B \-idN |
17 |
|
| |
18 |
+ |
.B \-iiN |
19 |
+ |
| |
20 |
|
.B \-iwN |
21 |
+ |
| |
22 |
+ |
.B \-ibN |
23 |
|
] |
24 |
|
input1 input2 .. |
25 |
|
.SH DESCRIPTION |
48 |
|
Similarly, the |
49 |
|
.I \-id |
50 |
|
and |
51 |
< |
.I \-iw |
51 |
> |
.I \-ii |
52 |
|
options may be used to indicate binary 64-bit doubles or integer words, |
53 |
|
respectively. |
54 |
< |
If an number is immediately follows any of these options, then it |
54 |
> |
The |
55 |
> |
.I \-iw |
56 |
> |
option specifies 2-byte short words, and the |
57 |
> |
.I \-ib |
58 |
> |
option specifies bytes. |
59 |
> |
If a number is immediately follows any of these options, then it |
60 |
|
indicates that multiple such values are expected for each record. |
61 |
|
For example, |
62 |
|
.I \-if3 |
71 |
|
.PP |
72 |
|
A hyphen ('-') by itself can be used to indicate the standard |
73 |
|
input, and may appear multiple times. |
74 |
+ |
The |
75 |
+ |
.I \-u |
76 |
+ |
option forces output after each record (i.e., one run through inputs). |
77 |
|
.SH EXAMPLE |
78 |
|
To join files output1 and output2, separated by a comma: |
79 |
|
.IP "" .2i |