[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How do I delete files that start with --?



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 :-)



Reply to: