Re: [Hampshire] how do I delete a file named -n

Αρχική Σελίδα

Reply to this message
Συντάκτης: Andy
Ημερομηνία:  
Προς: Hampshire LUG Discussion List
Αντικείμενο: Re: [Hampshire] how do I delete a file named -n
On 31/01/07, Will Davies <wmd04r@???> wrote:
> I have managed to create a file named "-n" without the quotes. Any clues
> on how to delete it from the command line?


Have you tried:
rm ./-n

that should work, I hope

Andy