33 |
|
.I \-t |
34 |
|
options in between each file name. |
35 |
|
Note that there is no space between this option and its argument. |
36 |
+ |
If no argument is given, then a newline is assumed. |
37 |
|
If none of the input files uses an ASCII separator, then no end-of-line |
38 |
|
character will be printed, either. |
39 |
|
.PP |
40 |
< |
An input is either a stream or a command. |
40 |
> |
An input is either a file or a command. |
41 |
|
Commands are given in quotes, and begin with an exclamantion point ('!'). |
42 |
|
If the inputs do not have the same number of records, then |
43 |
|
shorter files will stop contributing to the output as they |
59 |
|
option specifies 2-byte short words, and the |
60 |
|
.I \-ib |
61 |
|
option specifies bytes. |
62 |
< |
If a number is immediately follows any of these options, then it |
62 |
> |
If a number immediately follows any of these options, then it |
63 |
|
indicates that multiple such values are expected for each record. |
64 |
|
For example, |
65 |
|
.I \-if3 |
86 |
|
The |
87 |
|
.I \-u |
88 |
|
option forces output after each record (i.e., one run through inputs). |
89 |
< |
.SH EXAMPLE |
89 |
> |
.SH EXAMPLES |
90 |
|
To join files output1 and output2, separated by a comma: |
91 |
|
.IP "" .2i |
92 |
|
rlam \-t, output1 output2 |