OSDN Git Service

util-linux 2.38: 翻訳予約。
[linuxjm/jm.git] / manual / util-linux / original / man1 / colrm.1
1 '\" t
2 .\"     Title: colrm
3 .\"    Author: [see the "AUTHOR(S)" section]
4 .\" Generator: Asciidoctor 2.0.15
5 .\"      Date: 2022-02-17
6 .\"    Manual: User Commands
7 .\"    Source: util-linux 2.38
8 .\"  Language: English
9 .\"
10 .TH "COLRM" "1" "2022-02-17" "util\-linux 2.38" "User Commands"
11 .ie \n(.g .ds Aq \(aq
12 .el       .ds Aq '
13 .ss \n[.ss] 0
14 .nh
15 .ad l
16 .de URL
17 \fI\\$2\fP <\\$1>\\$3
18 ..
19 .als MTO URL
20 .if \n[.g] \{\
21 .  mso www.tmac
22 .  am URL
23 .    ad l
24 .  .
25 .  am MTO
26 .    ad l
27 .  .
28 .  LINKSTYLE blue R < >
29 .\}
30 .SH "NAME"
31 colrm \- remove columns from a file
32 .SH "SYNOPSIS"
33 .sp
34 \fBcolrm\fP \fI[first [last]]\fP
35 .SH "DESCRIPTION"
36 .sp
37 \fBcolrm\fP removes selected columns from a file. Input is taken from standard input. Output is sent to standard output.
38 .sp
39 If called with one parameter the columns of each line will be removed starting with the specified \fIfirst\fP column. If called with two parameters the columns from the \fIfirst\fP column to the \fIlast\fP column will be removed.
40 .sp
41 Column numbering starts with column 1.
42 .SH "OPTIONS"
43 .sp
44 \fB\-h\fP, \fB\-\-help\fP
45 .RS 4
46 Display help text and exit.
47 .RE
48 .sp
49 \fB\-V\fP, \fB\-\-version\fP
50 .RS 4
51 Print version and exit.
52 .RE
53 .SH "HISTORY"
54 .sp
55 The \fBcolrm\fP command appeared in 3.0BSD.
56 .SH "SEE ALSO"
57 .sp
58 \fBawk\fP(1p),
59 \fBcolumn\fP(1),
60 \fBexpand\fP(1),
61 \fBpaste\fP(1)
62 .SH "REPORTING BUGS"
63 .sp
64 For bug reports, use the issue tracker at \c
65 .URL "https://github.com/util\-linux/util\-linux/issues" "" "."
66 .SH "AVAILABILITY"
67 .sp
68 The \fBcolrm\fP command is part of the util\-linux package which can be downloaded from \c
69 .URL "https://www.kernel.org/pub/linux/utils/util\-linux/" "Linux Kernel Archive" "."