On Sat, Mar 30, 2013 at 10:38 AM, Alan McKay <[email protected]> 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
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users