[ Comments below, in line ]

On Friday 14 January 2011 at 10:30 pm, Steve Shipway penned
about "Re: [rrd-users] Resolution of .png image being printed to STDOUT with    
'rrdtool graph'"

> If you're running under UNIX, then just pipe the output through
> 
> sed -e '1,1d'
> 

Hi,

A small nit.  You don't need `1,1', you can simply specify `1':

   sed 1d

If you have more than one edit in the stream, you can use `-e' too.

   sed -e 1d -e 's@no really, I am not trying to be a jerk@/dev/null@'

:)

Cheers,
-- 
Pablo Sanchez - Blueoak Database Engineering, Inc
Ph:    819.459.1926      Fax:   760.860.5225 (US)

_______________________________________________
rrd-users mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Reply via email to