michael.hendrickx wrote: >> /usr/bin/perl ? :^) > > #!/bin/bash > for i in 'cat spamlist' do > echo "well horld" | mail -s $i; > done > > > I once heard that "If you can't code it in bash, it's not worth > coding"... :)
As much as I agree with that sentiment (and I've created some monsters in bash) I also go by the saying "Just because you can does not mean you should" Brad -- "Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so." -- Douglas Adams
