Lähettäjä: Gordon Scott Päiväys: 2007-02-01 18:23 -000 Vastaanottaja: Hampshire LUG Discussion List Aihe: Re: [Hampshire] how do I delete a file named -n
On Wed, 31 Jan 2007, Chris Liddell wrote: > If there aren't other files it would impact, you could try:
>
> rm ?n
you can of course do:
rm -i ?n
which is interactive and asks you to confirm deletion.
That also helps avoid deleting other files accidently.