Skip to content

columnt.1

Manvendra Bhangui edited this page Sep 4, 2022 · 1 revision

NAME

columnt - align columns in a table

SYNTAX

columnt

DESCRIPTION

columnt reads a table of whitespace-separated lines.

columnt then prints the table, changing the spacing so that the first column takes the same amount of space in every line, the second column takes the same amount of space in every line, etc.

In the columnt output, all columns except the last are right-justified; the last column is left-justified. There are two spaces between adjacent columns.

columnt needs enough memory to read the entire input. Other than this, it has no limits on line length or on the number of columns.

SEE ALSO

column(1)

Clone this wiki locally