Author: Will Davies Date: To: Hampshire CC: Subject: [Hampshire] how do I delete a file named -n
I have managed to create a file named "-n" without the quotes. Any clues
on how to delete it from the command line?
I've tried
rm -n
rm "-n"
rm '-n'
rm `-n`