<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Mar 30, 2013 at 10:38 AM, Alan McKay <span dir="ltr">&lt;<a href="mailto:alan.mckay@gmail.com" target="_blank">alan.mckay@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class="gmail_extra"><br></div><div class="gmail_extra">
<div class="gmail_extra"><span style="white-space:pre-wrap">        </span>echo &quot;rrdtool graph --title \&quot;$MYTITLE\&quot; ${MYARGS}&quot;</div>
<div class="gmail_extra"><span style="white-space:pre-wrap">        </span>rrdtool graph --title &quot;$MYTITLE&quot; ${MYARGS} </div><div></div></div></blockquote></div><br><br>Well I fixed my problem with this hack ... still not sure what strange BASH mechanism was at work</div>
<div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra">        echo &quot;graph --title \&quot;$MYTITLE\&quot; ${MYARGS}&quot; &gt; $TMPFILE</div><div class="gmail_extra">        cat $TMPFILE | rrdtool -</div>
<div class="gmail_extra">        rm -f $TMPFILE</div><div><br></div><div style>Very strange ...</div><div><br></div>-- <br>“Don&#39;t eat anything you&#39;ve ever seen advertised on TV”<br>         - Michael Pollan, author of &quot;In Defense of Food&quot;
</div></div>