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
17
18              is non-empty
19
20       -p, --parents
21              remove  DIRECTORY  and  its ancestors; e.g., `rmdir -p a/b/c' is
22              similar to `rmdir a/b/c a/b a'
23
24       -v, --verbose
25              output a diagnostic for every directory processed
26
27       --help display this help and exit
28
29       --version
30              output version information and exit
31

AUTHOR

33       Written by David MacKenzie.
34

REPORTING BUGS

36       Report rmdir bugs to bug-coreutils@gnu.org
37       GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
38       General help using GNU software: <http://www.gnu.org/gethelp/>
39       Report rmdir translation bugs to <http://translationproject.org/team/>
40
42       Copyright © 2010 Free Software Foundation, Inc.   License  GPLv3+:  GNU
43       GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
44       This  is  free  software:  you  are free to change and redistribute it.
45       There is NO WARRANTY, to the extent permitted by law.
46

SEE ALSO

48       rmdir(2)
49
50       The full documentation for rmdir is maintained as a Texinfo manual.  If
51       the  info  and  rmdir programs are properly installed at your site, the
52       command
53
54              info coreutils 'rmdir invocation'
55
56       should give you access to the complete manual.
57
58
59
60GNU coreutils 8.5                November 2010                        RMDIR(1)
Impressum