Re: help rm a file



On Tue, 2006-12-12 at 09:14 -0500, Miller, Dave (I.S.) wrote:
Can someone tell me how to remove this file.. thanks.

-rw-rw---- 1 root system 4958 Dec 01 14:22 -k3,3



I’ve tried quotes and double quotes around it. Thanks.



I believe the -- option is the one you want:

rm -- -k3,3

should do the trick.

Brian