[rrd-users] Resolution of .png image being printed to STDOUT with 'rrdtool graph'

Pablo Sanchez pablo at blueoakdb.com
Sat Jan 15 04:52:27 CET 2011


[ 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 at 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)



More information about the rrd-users mailing list