Mohammadreza Hadizadeh

Remove file/folder in terminal without asking for permission

How one can remove a file/folder without asking the user for permission to delete it?
Solution: change "rm" command to "\rm"
$ \rm file
$ \rm -r folder