![]() |
|
|
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 |
| Difference grep, egrep and fgrep | ravind27 | UNIX Desktop for Dummies Questions & Answers | 2 | 06-14-2009 08:37 AM |
| fgrep fails...!? | r_sethu | Shell Programming and Scripting | 5 | 07-26-2007 09:41 AM |
| recording lines returned from fgrep... | DrRo183 | Shell Programming and Scripting | 3 | 04-07-2006 12:54 PM |
| fgrep | krishna | UNIX for Advanced & Expert Users | 2 | 02-05-2004 10:46 AM |
| Assigning the return of an fgrep??? | intergltc | Shell Programming and Scripting | 2 | 10-03-2002 09:53 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
How can I do an and condition with fgrep.
I want to do: ps -ef | fgrep -f searchvalues > tempmail.file mailx -s "Email Subject" email@domain.com < tempmail.file The search values file contains: opt/bea.*java.*80 mysqld What I want is to find things that contain: mysqld OR opt/bea AND java AND 80 This doesn't work. Do I have the syntax wrong? ![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|