From: oetiker Date: Tue, 5 Sep 2006 19:55:36 +0000 (+0000) Subject: we do not need an extra echo there X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=decee6c720cbf50625ab3d0d547447d807079d44;p=rrdtool-all.git we do not need an extra echo there git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@890 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/doc/rrdfetch.pod b/program/doc/rrdfetch.pod index 3611928b..51b5ccd9 100644 --- a/program/doc/rrdfetch.pod +++ b/program/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: