On Thu, Jun 06, 2013 at 09:05:28PM +0200, Pol Hallen wrote: > Hey all :-) > > Can I redirect output script to mutt body? i.e. > > echo|mutt -s "test" [email protected] < script0.sh
Don't use echo. Just pipe the output of the script to mutt. -- John -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

