![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| SED Search Pattern and Replace with the Pattern | racbern | Shell Programming and Scripting | 4 | 03-15-2008 05:59 AM |
| Search for a pattern | DNAx86 | Shell Programming and Scripting | 26 | 03-12-2008 07:03 AM |
| pattern search | ali560045 | Shell Programming and Scripting | 2 | 11-28-2007 08:04 AM |
| Search file for pattern and grab some lines before pattern | frustrated1 | Shell Programming and Scripting | 2 | 12-22-2005 03:41 PM |
| how to search the pattern | vasikaran | UNIX for Dummies Questions & Answers | 2 | 06-30-2005 04:34 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Search for a pattern from the result of search
I want to search for a pattern in a file based on the result of search. For example,
grep '05-Dec' filename.ext For searching 'Exception' pattern, I used, grep 'Exception' filename.ext Anyway, these two worked successfully when run individually. But I want to search the second pattern based on the result of the first pattern. Please help me out. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|