Penguin
Annotated edit history of rmdir(1) version 2 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 perry 1 RMDIR
2 !!!RMDIR
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 AUTHOR
7 REPORTING BUGS
8 COPYRIGHT
9 SEE ALSO
10 ----
11 !!NAME
12
13
14 rmdir - remove empty directories
15 !!SYNOPSIS
16
17
18 __rmdir__ [[''OPTION'']...
19 ''DIRECTORY''...
20 !!DESCRIPTION
21
22
23 Remove the DIRECTORY(ies), if they are empty.
24
25
26 __--ignore-fail-on-non-empty__
27
28
29 ignore each failure that is solely because a directory is
30 non-empty
31
32
33 __-p__, __--parents__
34
35
36 remove DIRECTORY, then try to remove each directory
37 component of that path name. E.g., `rmdir __-p__ a/b/c'
38 is similar to `rmdir a/b/c a/b a'.
39
40
41 __-v__, __--verbose__
42
43
44 output a diagnostic for every directory
45 processed
46
47
48 __--help__
49
50
51 display this help and exit
52
53
54 __--version__
55
56
57 output version information and exit
58 !!AUTHOR
59
60
61 Written by David !MacKenzie.
62 !!REPORTING BUGS
63
64
65 Report bugs to
66 !!COPYRIGHT
67
68
69 Copyright 2001 Free Software Foundation, Inc.
70 This is free software; see the source for copying
71 conditions. There is NO warranty; not even for
72 MERCHANTABILITY or FITNESS FOR A PARTICULAR
73 PURPOSE.
74 !!SEE ALSO
75
76
77 The full documentation for __rmdir__ is maintained as a
78 Texinfo manual. If the __info__ and __rmdir__ programs
79 are properly installed at your site, the
80 command
81
82
83 __info rmdir__
84
85
86 should give you access to the complete manual.
87 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.