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:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://lists.ee.ethz.ch/rrd-users
WebAdmin    http://lists.ee.ethz.ch/lsg2.cgi

Reply via email to