[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Learning rrdtool



On Mon, Dec 18, 2006 at 03:25:52PM +0100, Vincent Lefevre wrote:
> On 2006-12-18 15:51:25 +0200, Johann Spies wrote:
> > zsh %  rrdtool graph speed.png                                 \
> > >          --start 920804400 --end 920808000               \
> > >          DEF:myspeed=test.rrd:speed:AVERAGE              \
> > >          LINE2:myspeed#FF0000
> > zsh: no matches found: LINE2:myspeed#FF0000
> > 
> > What is wrong here?  I have just copied the examples from the tutorial.
> 
> In zsh, # is a special character (well, this depends on options).
> You need to escape it, e.g. by writing
> 
>   LINE2:myspeed\#FF0000
> 
> or
> 
>   'LINE2:myspeed#FF0000'

Thanks.  I just discovered that before I read your email.

Regards
Johann
-- 
Johann Spies          Telefoon: 021-808 4036
Informasietegnologie, Universiteit van Stellenbosch

     "In the beginning was the Word, and the Word was with 
      God, and the Word was God. The same was in the  
      beginning with God. All things were made by him; and 
      without him was not any thing made that was made."    
                                John 1:1-3 



Reply to: