![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| problem with grep on search string in a txt file over multiple files | m00 | UNIX for Dummies Questions & Answers | 2 | 05-18-2008 11:21 AM |
| Multiple search in multiple files | maxvirrozeito | Shell Programming and Scripting | 2 | 12-13-2007 09:32 AM |
| Problem to search multiple strings | sudhish | Shell Programming and Scripting | 2 | 10-25-2007 11:00 AM |
| Multiple search and replace | tungaw2004 | UNIX for Dummies Questions & Answers | 1 | 03-21-2007 08:03 PM |
| Search for files in multiple directories | ravikirankethe | UNIX for Dummies Questions & Answers | 7 | 10-29-2006 01:29 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
multiple search with grep
is it possible to execute multiple search with grep???
grep criteria1 criteria2 file something like this... I know other way: grep pattern1 file-name1 > results-file grep pattern2 file-name1 >> results-file cat results-file but can it be done with one grep???? |
| Forum Sponsor | ||
|
|