Annotated edit history of
colrm(1) version 1 showing authors affecting page license.
View with all changes included.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
---- |
|
|
2 |
__NAME__ |
|
|
3 |
|
|
|
4 |
|
|
|
5 |
colrm - remove columns from a file |
|
|
6 |
__SYNOPSIS__ |
|
|
7 |
|
|
|
8 |
|
|
|
9 |
colrm [[start [[stop]] |
|
|
10 |
__DESCRIPTION__ |
|
|
11 |
|
|
|
12 |
|
|
|
13 |
Colrm removes selected columns from the lines of a file. A |
|
|
14 |
column is defined as a single character in a line. Input is |
|
|
15 |
read from the standard input. Output is written to the |
|
|
16 |
standard output. |
|
|
17 |
|
|
|
18 |
|
|
|
19 |
If only the start column is specified, columns numbered less than the start column will be written. If both start and stop columns are specified, columns numbered less than the start column or greater than the stop column will be writ- ten. Column numbering starts with one, not zero. |
|
|
20 |
|
|
|
21 |
|
|
|
22 |
Tab characters increment the column count to the next multi- |
|
|
23 |
ple of eight. Backspace characters decrement the column |
|
|
24 |
count by one. |
|
|
25 |
__SEE ALSO__ |
|
|
26 |
|
|
|
27 |
|
|
|
28 |
awk(1), column(1), cut(1), |
|
|
29 |
paste(1) |
|
|
30 |
__HISTORY__ |
|
|
31 |
|
|
|
32 |
|
|
|
33 |
The colrm command appeared in 3.0 BSD |
|
|
34 |
. |
|
|
35 |
|
|
|
36 |
|
|
|
37 |
BSD June 6, 1993 1 |
|
|
38 |
---- |
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.