rm - remove files or directories
[SYNOPSIS] rm OPTION FILE
option
-i prompt before any removal
# rm -i file
-f ignore nonexistent files, never prompt
# rm -f file
-r(-R) remove directories and their contents recursively
# rm -rf dir