shitbox/pkg/usr/share/man/man1/cut.1

42 lines
981 B
Groff

.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH cut 1 "cut 0.1.0"
.SH NAME
cut \- cut out selected fields of each line of a file
.SH SYNOPSIS
\fBcut\fR [\fB\-b\fR|\fB\-\-bytes\fR] [\fB\-c\fR|\fB\-\-characters\fR] [\fB\-f\fR|\fB\-\-fields\fR] [\fB\-d\fR|\fB\-\-delimiter\fR] [\fB\-n \fR] [\fB\-s\fR|\fB\-\-only\-delimited\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fB\-V\fR|\fB\-\-version\fR] [\fIFILE\fR]
.SH DESCRIPTION
cut out selected fields of each line of a file
.SH OPTIONS
.TP
\fB\-b\fR, \fB\-\-bytes\fR=\fILIST\fR
select only these bytes
.TP
\fB\-c\fR, \fB\-\-characters\fR=\fILIST\fR
select only these characters
.TP
\fB\-f\fR, \fB\-\-fields\fR=\fILIST\fR
select only these fields
.TP
\fB\-d\fR, \fB\-\-delimiter\fR=\fIDELIM\fR
use DELIM instead of TAB for field delimiter
.TP
\fB\-n\fR
ignored
.TP
\fB\-s\fR, \fB\-\-only\-delimited\fR
.TP
\fB\-h\fR, \fB\-\-help\fR
Print help
.TP
\fB\-V\fR, \fB\-\-version\fR
Print version
.TP
[\fIFILE\fR]
.SH VERSION
v0.1.0
.SH AUTHORS
Nathan Fisher