-c x | Input columns are delimited by the single character x. A missing x is taken to be ^I. |
-s x | Like -c , but maximal strings of x are delimiters. |
-C x | Output columns are delimited by the single character x. A missing x is taken to be ^I. |
-S x | Like -C , but padded strings of x are delimiters. |
-t | Fill in the rows of the output array using the columns of the input array, that is, transpose the input while honoring any rows and cols specifications. |
-T | Print the pure transpose of the input, ignoring any rows or cols specification. |
-k N | Ignore the first N lines of input. |
-K N | Like -k , but print the ignored lines. |
-g N | The gutter width (inter-column space), normally 2, is taken to be N. |
-G N | The gutter width has N percent of the maximum column width added to it. |
-e | Consider each line of input as an array entry. |
-n | On lines having fewer entries than the first line, use null entries to pad out the line. Normally, missing entries are taken from the next line of input. |
-y | If there are too few entries to make up the output dimensions, pad the output by recycling the input from the beginning. Normally, the output is padded with blanks. |
-h | Print the shape of the input array and do nothing else. The shape is just the number of lines and the number of entries on the first line. |
-H | Like -h , but also print the length of each line. |
-j | Right adjust entries within columns. |
-w N | The width of the display, normally 80, is taken to be the positive integer N. |
-m | Do not trim excess delimiters from the ends of the output array. |
-z | Adapt column widths to fit the largest entries appearing in them. |
|