[net.general] dsw.c

rusty (06/12/82)

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.