January 2003
Intermediate to advanced
832 pages
32h 40m
English
column
column [options] [files]
Formats input from one or more files into columns, filling rows first. Read from standard input if no files are specified.
-c
num
Format output into num columns.
-s
char
Delimit table columns with char. Meaningful only
with -t.
-t
Format input into a table. Delimit with whitespace, unless an
alternate delimiter has been provided with -s.
-x
Fill columns before filling rows.