List Info

Thread: Quick question on awk usage




Quick question on awk usage
user name
2006-06-27 15:02:30
Sorry, $14 == 528, not $12 (looks like the email client
wrapped the line
also)

Aaron 

-----Original Message-----
From: redhat-list-bouncesredhat.com
[mailto:redhat-list-bouncesredhat.com] On Behalf Of
Bliss, Aaron
Sent: Tuesday, June 27, 2006 11:01 AM
To: redhat-listredhat.com
Subject: Quick question on awk usage

Hi everyone, I have a quick question on using awk from the
command line;
I have a tab delimited file, and would like to know the
syntax to print
the entire line only when $12 == 575; the syntax from the
command line
to print only $1 would be cat security.log | awk '{print
$1}' ; any
ideas (grepping for 578 won't be good enough since it's
possible that
578 could appear somewhere else in the file)  Thanks very
much.

Aaron

Jun 25 15:54:02 ms-unix-s02.preferredcare.org MSWinEventLog 
    4
Security        263985  Sun Jun 25 15:54:02 2006        528
Jun 25 15:54:02 ms-unix-s02.preferredcare.org MSWinEventLog 
    4
Security        263985  Sun Jun 25 15:54:02 2006        575 
        


Confidentiality Notice:
The information contained in this electronic message is
intended for the
exclusive use of the individual or entity named above and
may contain
privileged or confidential information.  If the reader of
this message
is not the intended recipient or the employee or agent
responsible to
deliver it to the intended recipient, you are hereby
notified that
dissemination, distribution or copying of this information
is
prohibited.  If you have received this communication in
error, please
notify the sender immediately by telephone and destroy the
copies you
received.


--
redhat-list mailing list
unsubscribe mailto:redhat-list-requestredhat.com?subject=subscribe
h
ttps://www.redhat.com/mailman/listinfo/redhat-list


-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-requestredhat.com?subject=unsubscribe
h
ttps://www.redhat.com/mailman/listinfo/redhat-list
Quick question on awk usage
user name
2006-06-27 15:22:30
 

> -----Original Message-----
> From: redhat-list-bouncesredhat.com 
> [mailto:redhat-list-bouncesredhat.com] On Behalf Of
Bliss, Aaron
> Sent: Tuesday, June 27, 2006 11:03 AM
> To: redhat-listredhat.com
> Subject: RE: Quick question on awk usage
> 
> Sorry, $14 == 528, not $12 (looks like the email client

> wrapped the line
> also)
> 
> Aaron 
> 
> Hi everyone, I have a quick question on using awk from
the 
> command line; I have a tab delimited file, and would
like to 
> know the syntax to print the entire line only when $12
== 
> 575; the syntax from the command line to print only $1
would 
> be cat security.log | awk '{print $1}' ; any ideas
(grepping 
> for 578 won't be good enough since it's possible that
> 578 could appear somewhere else in the file)  Thanks
very much.
> 
> Aaron
> 
> Jun 25 15:54:02 ms-unix-s02.preferredcare.org
MSWinEventLog      4
> Security        263985  Sun Jun 25 15:54:02 2006       
528
> Jun 25 15:54:02 ms-unix-s02.preferredcare.org
MSWinEventLog      4
> Security        263985  Sun Jun 25 15:54:02 2006       
575          
> 
> 

I believe this should do it:

awk ' $14 == 575 {print $0}'

Michael

-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-requestredhat.com?subject=unsubscribe
h
ttps://www.redhat.com/mailman/listinfo/redhat-list
[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )