How to delete a file with ^? chars in the name?

Rich Dykstra richd at hplvli.HP.COM
Thu Jan 11 01:36:31 AEST 1990


I have found:
	rm -i *
invaluable for removing files containing special characters.
To remove file names beginning with a dash (how can this happen?)
like "-somename" use:
	rm -i junk *



More information about the Comp.unix.wizards mailing list