awk and/or sed: Only print lines where the second field matches some criteria

Posted by yael on Stack Overflow See other posts from Stack Overflow or by yael
Published on 2010-06-02T11:13:24Z Indexed on 2010/06/02 14:04 UTC
Read the original article Hit count: 147

Filed under:
|

I have

1 LINUX param1 value1

2 LINUXparam2 value2

3 SOLARIS param3 value3

4 SOLARIS param4 value4

need by awk to pring all lines that $2 is LINUX THX

© Stack Overflow or respective owner

Related posts about sed

Related posts about awk