From: utzoo!decvax!ucbvax!ucsfcgl!sdcarl!rusty
Newsgroups: net.general
Title: dsw.c
Article-I.D.: sdcarl.311
Posted: Sat Jun 12 14:42:08 1982
Received: Mon Jun 14 00:49:41 1982

I wrote this program a long time ago. It is for removing
files that have funny characters in their names.

Invoke with

	dsw dir

If "dir" isn't specified it defaults to ".".

It scans the specified directory for files with funny chars
in their names and for each one asks you if want it removed.
Files with reasonable names are ignored. If the flag -v is
given then it acts like "rm -i *" (but without the csh globbing
bug).

Posted to net.sources.