> /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"... :)
> /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"... :)