<br><br><div class="gmail_quote">2013/1/15 Tobias Oetiker <span dir="ltr"><<a href="mailto:tobi@oetiker.ch" target="_blank">tobi@oetiker.ch</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Today unicsonline wrote:<br>
<br>
> Hello Tobi, and bravo for tour reactivity ;)<br>
><br>
> That's means that my file must be composed with only one line beginning<br>
> with graph ??<br>
<br>
exactly!<br>
<br>
cheers<br>
tobi<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland<br>
<a href="http://it.oetiker.ch" target="_blank">http://it.oetiker.ch</a> <a href="mailto:tobi@oetiker.ch">tobi@oetiker.ch</a> <a href="tel:%2B%2B41%2062%20775%209902" value="+41627759902">++41 62 775 9902</a> / sb: -9900<br>
</font></span></blockquote></div><br>Ok.<br><br>I have solved my '/usr/bin/rrdtool: arg list too long' problem with this mode.<br><br>For information I have used this simple command to pipe my orignal file to rrdtool:<br>
<br>cat file| awk 'BEGIN{ORS=" "}{sub("[\\134] *$","");gsub(",[\\134\134][*]",",*");print $0}' | rrdtool -<br><br>(just with removing of '\' present at end of line, and change of '\*' I add in some rpn expressions to '*')<br>
<br>No problem with treatment of my file (659 lines, 30140 bytes)<br><br>Thanks a lot ;)<br><br><div style id="__af745f8f43-e961-4b88-8424-80b67790c964__"></div>