To delete several files with just one command. enter this command in the linux/unix shell

this command will delete three files: fileone, filetwo and filethree
CODE:
rm fileone filetwo filethree