1RMDIR(1)                         User Commands                        RMDIR(1)
2
3
4

NAME

6       rmdir - remove empty directories
7

SYNOPSIS

9       rmdir [OPTION]... DIRECTORY...
10

DESCRIPTION

12       Remove the DIRECTORY(ies), if they are empty.
13
14       --ignore-fail-on-non-empty
15
16              ignore  each  failure  that  is  solely  because  a directory is
17              non-empty
18
19       -p, --parents
20              Remove DIRECTORY and its ancestors.  E.g., `rmdir -p  a/b/c'  is
21              similar to `rmdir a/b/c a/b a'.
22
23       -v, --verbose
24              output a diagnostic for every directory processed
25
26       --help display this help and exit
27
28       --version
29              output version information and exit
30

AUTHOR

32       Written by David MacKenzie.
33

REPORTING BUGS

35       Report bugs to <bug-coreutils@gnu.org>.
36
38       Copyright © 2007 Free Software Foundation, Inc.
39       This  is  free  software.   You may redistribute copies of it under the
40       terms      of      the      GNU      General       Public       License
41       <http://www.gnu.org/licenses/gpl.html>.   There  is NO WARRANTY, to the
42       extent permitted by law.
43

SEE ALSO

45       rmdir(2)
46
47       The full documentation for rmdir is maintained as a Texinfo manual.  If
48       the  info  and  rmdir programs are properly installed at your site, the
49       command
50
51              info rmdir
52
53       should give you access to the complete manual.
54
55
56
57GNU coreutils 6.9                 March 2008                          RMDIR(1)
Impressum