Penguin
Annotated edit history of column(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 ----
2 __NAME__
3
4
5 column - columnate lists
6 __SYNOPSIS__
7
8
9 column [[-tx] [[-c columns] [[-s sep] [[file ...]
10 __DESCRIPTION__
11
12
13 The column utility formats its input into multiple columns.
14 Rows are filled before columns. Input is taken from file
15 operands, or, by default, from the standard input. Empty
16 lines are ignored.
17
18
19 The options are as follows:
20 -c Output is formatted for a display columns wide.
21
22
23 -sSpecify a set of characters to be used to delimitcolumns for the -t option.-tDetermine the number of columns the input containsand create a table. Columns are delimited withwhitespace, by default, or with the characters sup-plied using the -s option. Useful for pretty-print-ing displays.-xFill columns before filling rows.__DIAGNOSTICS__
24 __ENVIRONMENT__
25 COLUMNS
26
27
28 The environment variable COLUMNS is used to deter-
29 mine the size of the screen if no other information is
30 available.
31
32
33 __EXAMPLES__
34
35
36 (printf
37
38
39 printf
40
41
42 ls -l | sed 1d) | column -t
43 __SEE ALSO__
44
45
46 colrm(1), ls(1), paste(1),
47 sort(1)
48 __HISTORY__
49
50
51 The column command appeared in 4.3 BSD
52 -Reno.
53
54
55 BSD June 6, 1993 1
56 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.