![]() |
|
|
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 |
| To grep 10 lines after a string in a txt file. | suman82 | Shell Programming and Scripting | 6 | 12-13-2008 01:08 AM |
| grep string & a few lines after | ashterix | Shell Programming and Scripting | 7 | 12-07-2008 09:20 AM |
| Grep string but also it will show the next 5 lines | thepurple | Shell Programming and Scripting | 10 | 10-07-2008 08:03 AM |
| grep string & next n lines | ashterix | Shell Programming and Scripting | 8 | 11-21-2005 11:38 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Like grep -v for a string over 2 lines? Sed?
Hi, I have a log file that I need to monitor as it's being written to, and I want to exclude certain strings from the output. At the moment I'm using ... Code:
tail -f LogFileName_`date +%d`.log | egrep -v "First String To Exclude | 2nd string | 3rd string" ...which works OK - but now I need to exclude another specific string and it's a string that is split over two lines. Could anyone tell me how to do this please? Thanks very much. ----- Edit to add .... I'm sorry. I guess I should have posted this in "UNIX for Dummies". -- Jake |
| Bookmarks |
| Tags |
| grep -v, grep or, sed, tail -f |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|