Manual Pages for UNIX Darwin command on man column
MyWebUniversity

Manual Pages for UNIX Darwin command on man column

COLUMN(1) BSD General Commands Manual COLUMN(1)

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, or

with 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) HISTORY

The ccoolluummnn command appeared in 4.3BSD-Reno.

BSD June 6, 1993 BSD




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™