Rm
From TheLinuxVault
The rm command is used to delete files.
[edit] Arguments
- -r Recurse around subdirectories (rm won't remove folder by default. Adding the -r parameter forces it to remove folders and their content)
- -f Force remove
The rm command is used to delete files.