easy rm ABC*

utzoo!utcsrgv!newman utzoo!utcsrgv!newman
Mon Feb 21 16:12:28 AEST 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



More information about the Comp.sources.unix mailing list