On Sat, Mar 30, 2013 at 10:38 AM, Alan McKay <alan.mc...@gmail.com> wrote:

>
> echo "rrdtool graph --title \"$MYTITLE\" ${MYARGS}"
>  rrdtool graph --title "$MYTITLE" ${MYARGS}
>


Well I fixed my problem with this hack ... still not sure what strange BASH
mechanism was at work

        echo "graph --title \"$MYTITLE\" ${MYARGS}" > $TMPFILE
        cat $TMPFILE | rrdtool -
        rm -f $TMPFILE

Very strange ...

-- 
“Don't eat anything you've ever seen advertised on TV”
         - Michael Pollan, author of "In Defense of Food"
_______________________________________________
rrd-users mailing list
rrd-users@lists.oetiker.ch
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Reply via email to