Imported upstream version 1.5
[manpages-zh.git] / raw / man1 / rmdir.1
blobef8750709394e5b68bc5287f91b5301c6d80bcbe
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.022.
2 .TH RMDIR "1" "October 2003" "rmdir (coreutils) 5.0" FSF
3 .SH NAME
4 rmdir \- remove empty directories
5 .SH SYNOPSIS
6 .B rmdir
7 [\fIOPTION\fR]... \fIDIRECTORY\fR...
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Remove the DIRECTORY(ies), if they are empty.
12 .HP
13 \fB\-\-ignore\-fail\-on\-non\-empty\fR
14 .IP
15 ignore each failure that is solely because a directory
16 is non-empty
17 .TP
18 \fB\-p\fR, \fB\-\-parents\fR
19 remove DIRECTORY, then try to remove each directory
20 component of that path name.  E.g., `rmdir \fB\-p\fR a/b/c' is
21 similar to `rmdir a/b/c a/b a'.
22 .TP
23 \fB\-v\fR, \fB\-\-verbose\fR
24 output a diagnostic for every directory processed
25 .TP
26 \fB\-\-help\fR
27 display this help and exit
28 .TP
29 \fB\-\-version\fR
30 output version information and exit
31 .SH AUTHOR
32 Written by David MacKenzie.
33 .SH "REPORTING BUGS"
34 Report bugs to <bug-coreutils@gnu.org>.
35 .SH COPYRIGHT
36 Copyright \(co 2003 Free Software Foundation, Inc.
37 .br
38 This is free software; see the source for copying conditions.  There is NO
39 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
40 .SH "SEE ALSO"
41 The full documentation for
42 .B rmdir
43 is maintained as a Texinfo manual.  If the
44 .B info
45 and
46 .B rmdir
47 programs are properly installed at your site, the command
48 .IP
49 .B info rmdir
50 .PP
51 should give you access to the complete manual.