.DT
rm
$MUDNAME$ Creator help
rm

.SH Name
.SI 5
rm - Removes a file(s)
.EI

.SH Syntax
.SI 5
rm <files|dirs>
.EI

.SH Description
.SP 5 5
The rm command is used to remove files from the file system.  For more
information about the file system, see /doc/general/filesystem.
.EP

.SH Examples
.SI 5
> rm test.c
> rm test1.c test2.c
> rm test*.c
> rm *
> rm dir
.EI

.SH See also
.SP 5 5
cp, mv, cd, pwd
.EP
