From: dmuntz@dip.eecs.umich.edu (Daniel A Muntz) Subject: Re: How do I delete file named "-I" ? Date: 15 Jun 1992 16:39:08 GMT
In article <1992Jun15.154441.29486@ucc.su.OZ.AU> chrisa@extro.ucc.su.OZ.AU (C. G. Albone) writes:
>In article <BpvF3L.J8u@news.cso.uiuc.edu> thoth@uiuc.edu (Ben Cox) writes:
>>jason@intrepid.ucr.edu (Jason Bishop) writes:
>>> Try rm - -I Leading - tells rm that there are no arguments, all following
>>Unfortunately, that doesn't work. "rm - -I" gives "rm: -: No such
>I had this problem sometime back. I simply wrote a small C program that
>unlinked a file named on the command line. Not pretty, but it worked.
rm ./-I
-Dan