Remove file/folder in terminal without asking for permission
04 03 17 • 22:06& Filed in: Coding
How one can remove a file/folder without asking the user for permission to delete it?
Solution: change "rm" command to "\rm"
Solution: change "rm" command to "\rm"
$ \rm file
$ \rm -r folder