NAME
	rmdir - delete a directory

SYNOPSIS
	rmdir dirname

DESCRIPTION
	Delete the directory with the given name. The directory needs to
	be empty in order for this command to work.

SEE ALSO
	mkdir, cd, pwd


