> Jag har lyckats få till ett directory vars namn börjar med - (minus). > > Hur i H-E får man bort det???
Från rm:s mansida:
To remove a file whose name starts with a `-', for example
`-foo', use one of these commands:
../src/rm -- -foo
../src/rm ./-foo
mvh
David Westlund

