.DT
rmdir
$MUDNAME$ Creator help
rmdir

.SH Name
.SI 5
rmdir - Removes a directory
.EI

.SH Syntax
.SI 5
rmdir <directory>
.EI

.SH Description
.SP 5 5
rmdir is the opposite of mkdir.  It is used to remove directories.  Directories
must be empty before they can be removed.  For more information on directories
see /doc/general/filesystem.
.EP

.SH Examples
.SI 5
> rmdir test
> rmdir /w/furball/test
> rmdir test1/test2
> rmdir ~/test
.EI

.SH See also
.SP 5 5
mkdir, rm
.EP
