coreutils

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

coreutils/man/rmdir.1 (40 lines, 882 B) -rw-r--r-- file download

e2140ec Jamozed 2022-03-06 15:27:45
0
.TH RMDIR 1 2022-03-06 "OMKOV coreutils" "General Commands Manual"
dee2949 Jamozed 2020-06-26 22:08:46
1
.SH NAME
dee2949 Jamozed 2020-06-26 22:08:46
2
rmdir \(em remove directories
dee2949 Jamozed 2020-06-26 22:08:46
3
.SH SYNOPSYS
dee2949 Jamozed 2020-06-26 22:08:46
4
\fBrmdir\fR [-p] \fIdir\fR...
dee2949 Jamozed 2020-06-26 22:08:46
5
.SH DESCRIPTION
dee2949 Jamozed 2020-06-26 22:08:46
6
Remove the directory specified by each \fIdir\fR operand, provided it is empty.
dee2949 Jamozed 2020-06-26 22:08:46
7
.SH OPTIONS
dee2949 Jamozed 2020-06-26 22:08:46
8
The following options are supported:
dee2949 Jamozed 2020-06-26 22:08:46
9
.TP
dee2949 Jamozed 2020-06-26 22:08:46
10
.B -p
dee2949 Jamozed 2020-06-26 22:08:46
11
Remove all directories in a pathname, provided they are empty.
dee2949 Jamozed 2020-06-26 22:08:46
12
.TP
dee2949 Jamozed 2020-06-26 22:08:46
13
.B --help
dee2949 Jamozed 2020-06-26 22:08:46
14
Display help information.
dee2949 Jamozed 2020-06-26 22:08:46
15
.TP
dee2949 Jamozed 2020-06-26 22:08:46
16
.B --version
dee2949 Jamozed 2020-06-26 22:08:46
17
Display version information.
dee2949 Jamozed 2020-06-26 22:08:46
18
.SH OPERANDS
dee2949 Jamozed 2020-06-26 22:08:46
19
The following operand is supported:
dee2949 Jamozed 2020-06-26 22:08:46
20
.TP
dee2949 Jamozed 2020-06-26 22:08:46
21
.I dir
dee2949 Jamozed 2020-06-26 22:08:46
22
A path of a directory to be removed.
dee2949 Jamozed 2020-06-26 22:08:46
23
.SH EXIT STATUS
dee2949 Jamozed 2020-06-26 22:08:46
24
The following exit values will be returned:
dee2949 Jamozed 2020-06-26 22:08:46
25
.TP
dee2949 Jamozed 2020-06-26 22:08:46
26
\ 0
dee2949 Jamozed 2020-06-26 22:08:46
27
Successful completion.
dee2949 Jamozed 2020-06-26 22:08:46
28
.TP
dee2949 Jamozed 2020-06-26 22:08:46
29
>0
dee2949 Jamozed 2020-06-26 22:08:46
30
An error occurred.
dee2949 Jamozed 2020-06-26 22:08:46
31
.SH STANDARDS
dee2949 Jamozed 2020-06-26 22:08:46
32
The \fIrmdir\fR utility is compliant with the IEEE Std 1003.2-1992 ("POSIX.2")
dee2949 Jamozed 2020-06-26 22:08:46
33
specification.
dee2949 Jamozed 2020-06-26 22:08:46
34
.SH COPYRIGHT
dee2949 Jamozed 2020-06-26 22:08:46
35
.nf
dee2949 Jamozed 2020-06-26 22:08:46
36
Copyright (C) 2020, Jakob Wakeling
e2140ec Jamozed 2022-03-06 15:27:45
37
MIT Licence (https://opensource.org/licenses/MIT)
dee2949 Jamozed 2020-06-26 22:08:46
38
.fi
39