[rrd-users] Can't have spaces in Title
Alan McKay
alan.mckay at gmail.com
Sat Mar 30 16:46:39 CET 2013
On Sat, Mar 30, 2013 at 10:38 AM, Alan McKay <alan.mckay at 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"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.oetiker.ch/pipermail/rrd-users/attachments/20130330/b85b331f/attachment.htm
More information about the rrd-users
mailing list