NAME
ccoolluummnn - columnate lists
SYNOPSIS
ccoolluummnn [-ttxx] [-cc columns] [-ss sep] [file ...]
DESCRIPTION
The ccoolluummnn 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. The options are as follows:-cc Output is formatted for a display columns wide.
-ss Specify a set of characters to be used to delimit columns for the
-tt option.
-tt Determine the number of columns the input contains and create a
table. Columns are delimited with whitespace, by default, orwith the characters supplied using the -ss option. Useful for
pretty-printing displays.
-xx Fill columns before filling rows.
ccoolluummnn exits 0 on success, >0 if an error occurred. ENVIRONMENT COLUMNS The environment variable COLUMNS is used to determine the size of the screen if no other information is available. EEXXAAMMPPLLEESS(printf "PERM LINKS OWNER SIZE MONTH DAY HH:MM/YEAR NAME\n" ; \
ls -l | sed 1d) | column -t
SEE ALSO
colrm(1), ls(1), paste(1), sort(1) HISTORYThe ccoolluummnn command appeared in 4.3BSD-Reno.
BSD June 6, 1993 BSD