|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Windows & DOS: Issues & Discussions All Windows and DOS questions should go here as well. Discuss UNIX to Windows (Desktop or Server) here! |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#8
|
|||
|
|||
|
I can only give you what you ask for in the first place. And your output data really didn't resemble your input. You can simplify that into one tiny awk statement: Code:
awk '/0 B/ && ($6 == "I") && ($1<=0)' |
| Sponsored Links | ||
|
|
#9
|
|||
|
|||
|
dude, it's all kewl, seriously thanks for the help!
![]() |
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How can I just grep one instance of a word in the file | jcnewton13 | Shell Programming and Scripting | 8 | 06-18-2012 01:17 PM |
| grep for a string until instance of a space | terrell | Shell Programming and Scripting | 6 | 11-27-2011 04:27 PM |
| grep second instance of same string | scubasteve39 | Shell Programming and Scripting | 6 | 09-30-2011 01:14 PM |
| How to use grep & find command to find references to a particular file | Gangam | Shell Programming and Scripting | 2 | 09-22-2011 03:52 AM |
| help in find and grep command ! | ali560045 | Shell Programming and Scripting | 1 | 09-15-2008 05:46 AM |
|
|