rm [-r] filename...where filename... is one or more files.
The r flag means ``remove recursively". In other words, if the file to be removed is a directory, it will delete it along with all its files and/or sub-directories and their contents. Be careful with the -r option.