X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2Frrdfetch.pod;h=51b5ccd99c8441f8f7f12021836ba22a902ccc56;hb=7bd35b8d099910071a57c66687f6ef79c5df9a5c;hp=3611928b9c122ce64de2a7288956cded462556e7;hpb=342b22c3e74a10d7049285c2cea7383676bcfc95;p=rrdtool.git diff --git a/doc/rrdfetch.pod b/doc/rrdfetch.pod index 3611928..51b5ccd 100644 --- a/doc/rrdfetch.pod +++ b/doc/rrdfetch.pod @@ -103,7 +103,7 @@ Using the bash shell, this could look be: TIME=$(date +%s) RRDRES=900 rrdtool fetch subdata.rrd AVERAGE -r $RRDRES \ - -e $(echo $(($TIME/$RRDRES*$RRDRES))) -s e-1h + -e $(($TIME/$RRDRES*$RRDRES)) -s e-1h Or in Perl: