27 lines
576 B
Groff
27 lines
576 B
Groff
|
.ie \n(.g .ds Aq \(aq
|
||
|
.el .ds Aq '
|
||
|
.TH unlink 1 "unlink 0.1.0"
|
||
|
.SH NAME
|
||
|
unlink \- call the unlink function to remove the specified file
|
||
|
.SH SYNOPSIS
|
||
|
\fBunlink\fR [\fB\-v\fR|\fB\-\-verbose\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fB\-V\fR|\fB\-\-version\fR] <\fIFILE\fR>
|
||
|
.SH DESCRIPTION
|
||
|
call the unlink function to remove the specified file
|
||
|
.SH OPTIONS
|
||
|
.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
|