rm * ---- > Delete's all the files in the current directory.
rm -r * ---> Delete's both the files and the directories in the current directory.

Pls note the above commands don't delete the Hidden...