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

Etusivu

Vastaa
Lähettäjä: Andy
Päiväys:  
Vastaanottaja: Hampshire LUG Discussion List
Aihe: 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