Συντάκτης: Will Davies Ημερομηνία: Προς: Hampshire Υ/ο: Αντικείμενο: [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`