![]() |
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 |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Building Full-Text Search Applications with Oracle Text | iBot | Oracle Updates (RSS) | 0 | 04-06-2008 05:10 AM |
| Perl: Search for string on line then search and replace text | Crypto | Shell Programming and Scripting | 4 | 01-04-2008 10:24 AM |
| Simplistic Questions (Basically I am dumb.) | fatalrealm | UNIX for Dummies Questions & Answers | 1 | 10-16-2007 10:58 PM |
| Super dumb questions by a newbie | johnjm22 | UNIX for Dummies Questions & Answers | 8 | 04-13-2004 10:35 AM |
| Two dumb questions | Darkstripes | UNIX for Dummies Questions & Answers | 1 | 07-15-2003 10:51 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
The dumbest of dumb Text Search questions
I've done some due diligence by searching the forum for an answer, but to no avail. Excuse this most elementary of questions.
Using grep I can search a file and derive the line number of the text I'm searching for. Now for the elementary part, how do I continue a search for a different search criteria from that line to the end of the file? Thanks in advance. |
|
||||
|
The dumbest of dumb Text Search questions
I was able to assign the results of the awk statement to a variable, but it looks like the supplied code only returns a result if the 2nd search criteria (blah) is in the 1st column. If the 2nd search criteria is not in the 1st column as follows, nothing is returned:
Code:
blah blah ABC 123 456 789 DEF yech yech GHI blah JKL blah |
| Sponsored Links | ||
|
|