![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Grepping Multiple Strings on the Same Line 'Or' | Rally_Point | Shell Programming and Scripting | 5 | 06-12-2009 01:45 PM |
| Combining multiple command line arguments | hansel13 | High Level Programming | 3 | 04-10-2009 05:49 AM |
| Grepping using multiple wildcards | JayC89 | Shell Programming and Scripting | 3 | 11-13-2008 11:10 AM |
| Trouble grepping for multiple strings | thecoffeeguy | Shell Programming and Scripting | 5 | 05-16-2008 06:53 AM |
| can't TEST multiple arguments for a file | cruiser | Shell Programming and Scripting | 2 | 11-22-2005 04:27 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
[SOLVED] Grepping multiple terms with different arguments
Code:
Grep -e 'term1' -A1 -e 'term2' -A3 The above code always searches for either term and prints results + next three lines. I'm trying to print out: foo foo foo term1 bar bar bar line right after the above -- la la la la term2 so so so line right after the above and again and again I've tried grep because I'm most familiar with it. Any solution is fine. Bash environment. Perl if necessary but a grep/awk/sed/other cli command preferred (want to learn the above) Many thanks! dkozel Last edited by dkozel; 06-12-2009 at 03:28 PM.. |
| Bookmarks |
| Tags |
| grep |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|