Usage : rm <files|dirs>

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

Examples:

rm test.c

rm test1.c test2.c

rm test*.c

rm *
