Usage : rmdir <directory>

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.

Examples:

rmdir test

rmdir /w/furball/test

rmdir test1/test2

rmdir ~/test
