Lines Matching +full:display +full:- +full:rows
41 .Op Ar rows Op Ar cols
46 of blank-separated entries in an array,
61 .Ar rows
72 including transposition of the rows and columns.
75 .Bl -tag -width indent
101 Fill in the rows of the output array using the columns of the
103 .Ar rows
109 .Ar rows
122 The gutter width (inter-column space), normally 2, is taken to be
149 The width of the display, normally 80, is taken to be the positive
161 unless the first non-ignored line is longer than the display width.
178 .Bd -literal -offset indent
189 .Bd -literal -offset indent
195 .Bd -literal -offset indent
196 % jot \-r 100 | rs 10 10 | tee array | rs \-T > tarray
201 a file consisting of a multi-line vector with 9 elements per line
204 .Bd -literal -offset indent
208 Finally, to sort a database by the first line of each 4-line field, try
209 .Bd -literal -offset indent
210 % rs \-eC 0 4 | sort | rs \-c 0 1
225 .Bl -item
234 Re-ordering of columns is not yet possible.