Tizen 2.0 Release
[external/tizen-coreutils.git] / man / rmdir.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH RMDIR "1" "March 2007" "GNU coreutils 6.9" "User Commands"
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 and its ancestors.  E.g., `rmdir \fB\-p\fR a/b/c' is
20 similar to `rmdir a/b/c a/b a'.
21 .TP
22 \fB\-v\fR, \fB\-\-verbose\fR
23 output a diagnostic for every directory processed
24 .TP
25 \fB\-\-help\fR
26 display this help and exit
27 .TP
28 \fB\-\-version\fR
29 output version information and exit
30 .SH AUTHOR
31 Written by David MacKenzie.
32 .SH "REPORTING BUGS"
33 Report bugs to <bug\-coreutils@gnu.org>.
34 .SH COPYRIGHT
35 Copyright \(co 2007 Free Software Foundation, Inc.
36 .br
37 This is free software.  You may redistribute copies of it under the terms of
38 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
39 There is NO WARRANTY, to the extent permitted by law.
40 .SH "SEE ALSO"
41 rmdir(2)
42 .PP
43 The full documentation for
44 .B rmdir
45 is maintained as a Texinfo manual.  If the
46 .B info
47 and
48 .B rmdir
49 programs are properly installed at your site, the command
50 .IP
51 .B info rmdir
52 .PP
53 should give you access to the complete manual.