From: utzoo!utcsrgv!newman Newsgroups: net.sources Title: easy rm ABC* Article-I.D.: utcsrgv.1085 Posted: Mon Feb 21 16:12:28 1983 Received: Mon Feb 21 16:54:05 1983 The way I delete or otherwise manipulate files with unprintable chars is ls -1 ABC* | sed "s/^/rm /" > abcfiles chmod u+x abcfiles abcfiles