]> git.ipfire.org Git - thirdparty/util-linux.git/blame - text-utils/col.1
docs: mount.8: make propagation flags adjustable [checkmans.sh]
[thirdparty/util-linux.git] / text-utils / col.1
CommitLineData
6dbe3af9
KZ
1.\" Copyright (c) 1990 The Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Michael Rendell.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions
9.\" are met:
10.\" 1. Redistributions of source code must retain the above copyright
11.\" notice, this list of conditions and the following disclaimer.
12.\" 2. Redistributions in binary form must reproduce the above copyright
13.\" notice, this list of conditions and the following disclaimer in the
14.\" documentation and/or other materials provided with the distribution.
15.\" 3. All advertising materials mentioning features or use of this software
16.\" must display the following acknowledgement:
17.\" This product includes software developed by the University of
18.\" California, Berkeley and its contributors.
19.\" 4. Neither the name of the University nor the names of its contributors
20.\" may be used to endorse or promote products derived from this software
21.\" without specific prior written permission.
22.\"
23.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
24.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
25.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
27.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" @(#)col.1 6.8 (Berkeley) 6/17/91
36.\"
d1daf8e1
SK
37.TH COL "1" "September 2011" "util-linux" "User Commands"
38.SH COL
39col - filter reverse line feeds from input
40.SH SYNOPSIS
41.B col
42[options]
43.SH DESCRIPTION
44.B col
45filters out reverse (and half-reverse) line feeds so the output is in the
46correct order with only forward and half-forward line feeds, and replaces
47white-space characters with tabs where possible. This can be useful in
48processing the output of
49.BR nroff (1)
6dbe3af9 50and
d1daf8e1
SK
51.BR tbl (1).
52.PP
53.B col
6dbe3af9 54reads from standard input and writes to standard output.
d1daf8e1
SK
55.SH OPTIONS
56.TP
57\fB\-b\fR, \fB\-\-no-backspaces\fR
58Do not output any backspaces, printing only the last character written to
59each column position.
60.TP
61\fB\-f\fR, \fB\-\-fine\fR
62Forward half line feeds are permitted
63.I fine
64mode. Normally characters printed on a half-line boundary are printed on the
65following line.
66.TP
67\fB\-p\fR, \fB\-\-pass\fR
68Force unknown control sequences to be passed through unchanged. Normally,
69.B col
22853e4a
KZ
70will filter out any control sequences from the input other than those
71recognized and interpreted by itself, which are listed below.
d1daf8e1
SK
72.TP
73\fB\-h\fR, \fB\-\-tabs\fR
0d196114 74Output tabs instead of multiple spaces.
d1daf8e1
SK
75.TP
76\fB\-x\fR, \fB\-\-spaces\fR
6dbe3af9 77Output multiple spaces instead of tabs.
0d196114 78.It Fl l, Fl Fl lines Ar num
d1daf8e1
SK
79.TP
80\fB\-l\fR, \fB\-\-lines\fR \fInumber\fR
6dbe3af9 81Buffer at least
d1daf8e1
SK
82.I number
83lines in memory. By default, 128 lines are buffered.
0d196114 84.It Fl V, Fl Fl version
d1daf8e1
SK
85.TP
86\fB\-V\fR, \fB\-\-version\fR
0d196114 87Output version information and exit.
d1daf8e1
SK
88.TP
89\fB\-H\fR, \fB\-\-help\fR
0d196114 90Output help and exit.
d1daf8e1 91.SH NOTES
6dbe3af9 92The control sequences for carriage motion that
d1daf8e1
SK
93.B col
94understands and their decimal values are listed in the following table:
95.PP
96.RS
97.PD 0
98.TP 18
99.B ESC\-7
6dbe3af9 100reverse line feed (escape then 7)
d1daf8e1
SK
101.TP
102.B ESC\-8
6dbe3af9 103half reverse line feed (escape then 8)
d1daf8e1
SK
104.TP
105.B ESC\-9
6dbe3af9 106half forward line feed (escape then 9)
d1daf8e1
SK
107.TP
108.B backspace
6dbe3af9 109moves back one column (8); ignored in the first column
d1daf8e1
SK
110.TP
111.B newline
6dbe3af9 112forward line feed (10); also does carriage return
d1daf8e1
SK
113.TP
114.B carriage return
115(13)
116.TP
117.B shift in
6dbe3af9 118shift to normal character set (15)
d1daf8e1
SK
119.TP
120.B shift out
6dbe3af9 121shift to alternate character set (14)
d1daf8e1
SK
122.TP
123.B space
6dbe3af9 124moves forward one column (32)
d1daf8e1
SK
125.TP
126.B tab
6dbe3af9 127moves forward to next tab stop (9)
d1daf8e1
SK
128.TP
129.B vertical tab
6dbe3af9 130reverse line feed (11)
d1daf8e1
SK
131.PD
132.RE
133.PP
134All unrecognized control characters and escape sequences are discarded.
135.PP
136.B col
137keeps track of the character set as characters are read and makes sure the
138character set is correct when they are output.
139.PP
6dbe3af9 140If the input attempts to back up to the last flushed line,
d1daf8e1 141.B col
6dbe3af9 142will display a warning message.
d1daf8e1
SK
143.SH SEE ALSO
144.BR expand (1),
145.BR nroff (1),
146.BR tbl (1)
147.SH STANDARDS
22853e4a 148The
d1daf8e1
SK
149.B col
150utility conforms to the Single UNIX Specification, Version 2. The
151.B \-l
22853e4a 152option is an extension to the standard.
d1daf8e1 153.SH HISTORY
6dbe3af9 154A
d1daf8e1
SK
155.B col
156command appeared in Version 6 AT&T UNIX.
157.SH AVAILABILITY
601d12fb 158The col command is part of the util-linux package and is available from
d1daf8e1
SK
159.UR ftp://\:ftp.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
160Linux Kernel Archive
161.UE .