![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| regular expressions | whatever | Shell Programming and Scripting | 4 | 05-20-2007 01:30 PM |
| Help with regular expressions | arushunter | Shell Programming and Scripting | 13 | 12-23-2006 08:31 PM |
| grep and regular expressions : | Browser_ice | UNIX for Dummies Questions & Answers | 2 | 08-14-2006 11:10 PM |
| More Grep - Regular Expressions | Jombee | UNIX for Dummies Questions & Answers | 7 | 09-05-2005 09:55 AM |
| Regular expressions in sed | mfreemantle | UNIX for Dummies Questions & Answers | 3 | 02-11-2002 05:34 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
grep where expressions reside in file
I have a program that displays many messages on stdout.
I have another file that contain error messages only - Each line is a separate message. (msgs.txt) I am trying to show only the errors and not all the output. I tried this but got nothing: myprog | grep < msgs.txt I also tried this myprog | grep < `cat msgs.txt` but both did not work.... Any suggestions? Thanks a lot |
| Forum Sponsor | ||
|
|