I inadvertently created a file called -r in my home directory. Now I cannot get rid of it:
rm -rf
rm: missing operand
Try 'rm --help' for more information.
Other attempts:
rm /-/r
rm: cannot remove ‘/-/r’: No such file or directory
Another one:
rm \-r
rm: missing operand
Try 'rm --help' for more information.
Is there a way to remove this file without deleting the whole directory?