I'm using terminal on a Ubuntu machine and there is a file that I would like to delete. The file's name is \ (just a backslash).
Now usually I would just do
rm filename
However if I do rm \ then it thinks I'm trying to write a multi-line command.
How can I delete this file? I know that I could just use the GUI file system, but that's not very efficient.
So, how can I delete (in terminal) a file called \?