NAME
column - columnate lists SYNOPSIS
column [-tx? [-c columns? [-s sep? [file ...? DESCRIPTION
The column 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.
ENVIRONMENT
COLUMNS
The environment variable COLUMNS is used to deter- mine the size of the screen if no other information is available.
EXAMPLES
(printf
printf
ls -l | sed 1d) | column -t SEE ALSO
colrm(1), ls(1), paste(1), sort(1) HISTORY
The column command appeared in 4.3 BSD
BSD June 6, 1993 1