Networker

Re: [Networker] mminfo question

2003-12-12 16:23:32
Subject: Re: [Networker] mminfo question
From: "Shelley L. Shostak" <sls AT QSTECH DOT COM>
To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
Date: Fri, 12 Dec 2003 13:23:26 -0800
Why use another pipe and potential problems with grep when you already have
awk?

awk 'NR > 1 {print $1}'

does what you want.

Shelley

On Fri, 12 Dec 2003, Willeat, Todd wrote:

> Subject: Re: [Networker] mminfo question
>
> If you pipe it to tail +2 it should start with the second line of output
> which would remove the column heading.
>
> -----Original Message-----
> From: Arun Sondhi [mailto:asondhi AT RA.ROCKWELL DOT COM]
> Sent: Friday, December 12, 2003 3:15 PM
> To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
> Subject: Re: [Networker] mminfo question
>
>
> When you are already piping output to awk, what is stopping you from
> piping it to 'grep -v volume' before you pipe it awk :-)
>
> BTW thre is no way in my opinion to tell mminfo to not to tell us the
> column name.
>
>
> Sincerely,
>
> Arun Sondhi
> CCNP,CCDP
>
> Ph: +1 414.382.0206
> Extn: 20206
>

--
Note: To sign off this list, send a "signoff networker" command via email
to listserv AT listmail.temple DOT edu or visit the list's Web site at
http://listmail.temple.edu/archives/networker.html where you can
also view and post messages to the list.
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

<Prev in Thread] Current Thread [Next in Thread>