The column(1) utility formats its input into multiple
columns. Rows are filled before columns. Input is taken from
file operands, or by default, from the standard input. Empty
lines are ignored.
Specify a set of characters (sep used to delimit columns
for the -t option.
-t
Create a table. The column(1) utility determines the
number of columns from the input. By default, output columns are
delimited by white space or with the string specified using the
-s option.