[net.sources] easy rm ABC*

newman (02/22/83)

The way I delete or otherwise manipulate files with unprintable chars is

ls -1 ABC* | sed "s/^/rm /" > abcfiles
chmod u+x abcfiles
abcfiles