All arguments must be options.
This program is used by AutoGen to help clean up and organize its output.
This option specifies the full width of the output line, including any start-of-line indentation. The output will fill each line as completely as possible, unless the column width has been explicitly specified. If the maximum width is less than the length of the widest input, you will get a single column of output.
Use this option to specify exactly how many columns to produce. If that many columns will not fit within line_width, then the count will be reduced to the number that fit.
Use this option to specify exactly how many characters are to be allocated for each column. If it is narrower than the widest entry, it will be over-ridden with the required width.
Use this option to specify exactly how many characters may be added to each column. It allows you to prevent columns from becoming too far apart.
If a number, then this many spaces will be inserted at the start of every line. Otherwise, it is a line prefix that will be inserted at the start of every line.
If a number, then this many spaces will be inserted at the start of the first line. Otherwise, it is a line prefix that will be inserted at the start of that line.
If an indentation string contains tabs, then this value is used to compute the ending column of the prefix string.
Causes the input text to be sorted. If an argument is supplied, it is presumed to be a pattern and the sort is based upon the matched text. If the pattern starts with or consists of an asterisk (*), then the sort is case insensitive.
If you need to reformat each input text, the argument to this option is interpreted as an format that is used to produce each output entry.
Use this option if, for example, you wish a comma to appear after each entry except the last.
Use this option if, for example, you wish a backslash to appear at the end of every line, except the last.
Normally, the entries are printed out in order by rows and then columns. This option will cause the entries to be ordered within columns. The final column, instead of the final row, may be shorter than the others.
This program normally runs as a filter, reading from standard input, columnizing and writing to standard out. This option redirects input to a file.
Released under the GNU General Public License.
This manual page was AutoGen-erated from the columns option definitions.