[rrd-users] Re: RRD-Performance Issue - Need Help
Fabien Wernli
wernli at in2p3.fr
Tue Jun 20 12:28:26 MEST 2006
On Tue, Jun 20, 2006 at 12:23:28PM +0200, Alex van den Bogaerdt wrote:
> >>> < in.txt grep whatever | awk '{print $2}'
hmmm.... make it
| awk '/whatever/{print $2}' in.txt
to save another cycle
or use perl :o)
--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive http://lists.ee.ethz.ch/rrd-users
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
More information about the rrd-users
mailing list