either
rm ./--.changes
or
rm -- --.changes
will work. The former works in general everywhere, the latter relies
on getopt (but getopt is the problem, in this case :-)- How do I delete files that start with --? Syrus Nemat-Nasser
- Re: How do I delete files that start with --? James A. Robinson
- Re: How do I delete files that start with --? Gerry Jensen
- Re: How do I delete files that start with --? Mark Eichin
- Re: How do I delete files that start with --? Peter Herttrich
- Re: How do I delete files that start with --? Syrus Nemat-Nasser

