On Wed, 11 Apr 2001, Austad, Jay wrote:
> Here's a better one:
> 
> #!/bin/bash
> for i in `find /mnt/windows`; do
> 	cat $i | Mail -s "take it back" bill.gates at microsoft.com
> 	rm -f $i
> done

  Hmmmm, that is much better. I should have put the find command in my
"buhbye" script, but I'm still a scritping newbie. The only problem is
that you need double quotes around the $i to cover filenames with spaces.
  Also, I don't have my DSL hooked up yet, and emailing my copy of Windows
to Microsoft would take a long time over 56k.

  *And*, if I sent email to Bill, I'd probably get sent a copy of the next
Outlook virus. Not that it would infect me, unless it was a Pine virus
too... :)

  Dan


-- 
/*--------------------------------
Dan Drake <drake at lemongecko.org>
http://lemongecko.org/drake/
--------pgp encouraged----------*/