2008/7/16 Voytek Eymont <[EMAIL PROTECTED]>:
>
> On Wed, July 16, 2008 10:05 am, [EMAIL PROTECTED] wrote:
>
>
> Dave,
> thanks
>
> I think I have brackets or quotes wrong?
He used input redirection instead of a pipe:
> mutt -s "Traffic Report East Inner West" [EMAIL PROTECTED] < echo "${trafrep}"
Should read:
echo "${trafrep}" | mutt -s "Traffic Report East Inner West" [EMAIL PROTECTED]
--Amos
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html