At 2001-08-20T23:38:02Z, "Karsten M. Self" <kmself@ix.netcom.com> writes:
> Yet another solution: > > $ find . -type f -name '--remove-files' -exec rm -f {} \; Since we're getting creative: perl -e "unlink('--remove-files');" is my obligatory contribution. :) -- Kirk Strauser