This command is used to delete (PERMANENTLY remove from your directory) unwanted files.
rm filename
rm program1.c removes (or deletes) the file named
program1.c
rm program2.c resume.txt removes (or deletes) the files named
program2.c and resume.txt