Basic Uses
rm /path/to/file
Options
rm -dr path/to/folder/ for removal of directories rm -Rf folder/ to completely delete a directory and its contents without confirmation
Category: Command line