coreutils

General Software Utilities
git clone http://git.omkov.net/coreutils
Log | Tree | Refs | README | LICENCE | Download

coreutils/man/unlink.1 (37 lines, 783 B) -rw-r--r-- file download

e2140ec Jamozed 2022-03-06 15:27:45
0
.TH UNLINK 1 2022-03-06 "OMKOV coreutils" "General Commands Manual"
0534c26 Jamozed 2020-06-26 18:12:01
1
.SH NAME
0534c26 Jamozed 2020-06-26 18:12:01
2
unlink \(em remove a file using the unlink function
0534c26 Jamozed 2020-06-26 18:12:01
3
.SH SYNOPSYS
0534c26 Jamozed 2020-06-26 18:12:01
4
\fBunlink\fR \fIfile\fR
0534c26 Jamozed 2020-06-26 18:12:01
5
.SH DESCRIPTION
0534c26 Jamozed 2020-06-26 18:12:01
6
Remove \fIfile\fR by calling the unlink function.
0534c26 Jamozed 2020-06-26 18:12:01
7
.SH OPTIONS
0534c26 Jamozed 2020-06-26 18:12:01
8
The following options are supported:
0534c26 Jamozed 2020-06-26 18:12:01
9
.TP
0534c26 Jamozed 2020-06-26 18:12:01
10
.B --help
0534c26 Jamozed 2020-06-26 18:12:01
11
Display help information.
0534c26 Jamozed 2020-06-26 18:12:01
12
.TP
0534c26 Jamozed 2020-06-26 18:12:01
13
.B --version
0534c26 Jamozed 2020-06-26 18:12:01
14
Display version information.
0534c26 Jamozed 2020-06-26 18:12:01
15
.SH OPERANDS
0534c26 Jamozed 2020-06-26 18:12:01
16
The following operand is supported:
0534c26 Jamozed 2020-06-26 18:12:01
17
.TP
0534c26 Jamozed 2020-06-26 18:12:01
18
.I file
0534c26 Jamozed 2020-06-26 18:12:01
19
A file to be removed.
0534c26 Jamozed 2020-06-26 18:12:01
20
.SH EXIT STATUS
0534c26 Jamozed 2020-06-26 18:12:01
21
The following exit values will be returned:
0534c26 Jamozed 2020-06-26 18:12:01
22
.TP
0534c26 Jamozed 2020-06-26 18:12:01
23
\ 0
0534c26 Jamozed 2020-06-26 18:12:01
24
Successful completion.
0534c26 Jamozed 2020-06-26 18:12:01
25
.TP
0534c26 Jamozed 2020-06-26 18:12:01
26
>0
0534c26 Jamozed 2020-06-26 18:12:01
27
An error occurred.
0534c26 Jamozed 2020-06-26 18:12:01
28
.SH STANDARDS
0534c26 Jamozed 2020-06-26 18:12:01
29
The \fIunlink\fR utility is compliant with the IEEE Std 1003.2-1992 ("POSIX.2")
0534c26 Jamozed 2020-06-26 18:12:01
30
specification.
0534c26 Jamozed 2020-06-26 18:12:01
31
.SH COPYRIGHT
0534c26 Jamozed 2020-06-26 18:12:01
32
.nf
0534c26 Jamozed 2020-06-26 18:12:01
33
Copyright (C) 2020, Jakob Wakeling
e2140ec Jamozed 2022-03-06 15:27:45
34
MIT Licence (https://opensource.org/licenses/MIT)
0534c26 Jamozed 2020-06-26 18:12:01
35
.fi
36