rm deletes a file or a directory and its contents.

ex:
"rm foo" will delete the file foo.
"rm disk/*" will delete the contents of a disk.
