59 |
|
and |
60 |
|
.I \-fb24 |
61 |
|
would all be equivalent. |
62 |
< |
Note also that the lack of row separators in binary files means that |
62 |
> |
Note that the lack of row separators in binary files means that |
63 |
|
.I rcollate |
64 |
|
does not actually do anything for binary files unless the transpose |
65 |
– |
.I \(\-t\) |
65 |
|
option is given, also. |
66 |
|
.PP |
67 |
|
The transpose option, |
73 |
|
.I rcollate |
74 |
|
will automatically determine the number of columns based on the |
75 |
|
position of the first EOL (end-of-line) character, and the number |
76 |
< |
of rows based on the count of records in the file. |
76 |
> |
of rows based on the total count of records in the file. |
77 |
|
The user may override these determinations, allowing the matrix to |
78 |
|
be resized as well as transposed. |
79 |
|
If input and output dimensions are given, the number of input rows |
80 |
|
must equal the number of output columns, |
81 |
< |
and the number of input columns must equal the number of output rows |
82 |
< |
with the |
84 |
< |
.I \-t |
85 |
< |
option. |
86 |
< |
For large transpose operations on Unix systems, it is much more efficient |
81 |
> |
and the number of input columns must equal the number of output rows. |
82 |
> |
For large transpose operations on Unix systems, it is most efficient |
83 |
|
to specify the input file on the command line, rather than reading |
84 |
|
from the standard input, since |
85 |
|
.I rcollate |
99 |
|
.I rcollate |
100 |
|
command is rather inflexible when it comes to output field and record |
101 |
|
separators for ASCII data. |
102 |
< |
It accepts any number or type of white space between input fields |
102 |
> |
It accepts any amount of white space between fields |
103 |
|
on input, but only produces spaces as field separators |
104 |
< |
between words and tabs as record separators. |
104 |
> |
between words and tabs as record separators on output. |
105 |
|
Output row separtors will always be an EOL, which may differ between systems. |
106 |
|
.PP |
107 |
|
If no options are given on the command line, or a binary file is specified |
108 |
|
without a transpose, |
109 |
|
.I rcollate |
110 |
< |
issues a warning and simply copies its input to the standard output. |
110 |
> |
issues a warning and simply copies its input to its standard output. |
111 |
|
.SH "SEE ALSO" |
112 |
|
cnt(1), histo(1), neaten(1), rcalc(1), rlam(1), tabfunc(1), total(1) |