47 lines
1.1 KiB
Groff
47 lines
1.1 KiB
Groff
.ie \n(.g .ds Aq \(aq
|
|
.el .ds Aq '
|
|
.TH rm 1 "rm 0.1.0"
|
|
.SH NAME
|
|
rm \- remove files or directories
|
|
.SH SYNOPSIS
|
|
\fBrm\fR [\fB\-i \fR] [\fB\-I \fR] [\fB\-\-interactive\fR] [\fB\-f\fR|\fB\-\-force\fR] [\fB\-R\fR|\fB\-\-recursive\fR] [\fB\-v\fR|\fB\-\-verbose\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fB\-V\fR|\fB\-\-version\fR] <\fIFILE\fR>
|
|
.SH DESCRIPTION
|
|
remove files or directories
|
|
.SH OPTIONS
|
|
.TP
|
|
\fB\-i\fR
|
|
prompt before every removal
|
|
.TP
|
|
\fB\-I\fR
|
|
prompt once before removing more than three files, or when removing recursively;
|
|
less intrusive than \-i, while still giving protection against most mistakes
|
|
.TP
|
|
\fB\-\-interactive\fR=\fIWHEN\fR
|
|
when to prompt
|
|
.br
|
|
|
|
.br
|
|
[\fIpossible values: \fRnever, once, always]
|
|
.TP
|
|
\fB\-f\fR, \fB\-\-force\fR
|
|
ignore nonexistent files and arguments, never prompt
|
|
.TP
|
|
\fB\-R\fR, \fB\-\-recursive\fR
|
|
operate on files and directories recursively
|
|
.TP
|
|
\fB\-v\fR, \fB\-\-verbose\fR
|
|
output a diagnostic for every file processed
|
|
.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
|