|
|
|
|
google site
|
|||||||
| Forums | Register | Blog | Man Pages | Forum Rules | Links | Albums | FAQ | Users | 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 !! |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|||
|
Is it possible to grep for lines in a file that have two strings?
I am grepping a tail -f of a file. I want to display the full line or all lines with cat and dog in them #tail -f log.log | grep cat and dog Any ideas? Thanks. |
| Sponsored Links |
|
|
|
|||
|
tail -f log.log | egrep -i 'cat|dog'
|
| Bits Awarded / Charged to chatwizrd for this Post | |||
| Date | User | Comment | Amount |
| 06-24-2009 | mr.applesauce | N/A | 50,000 |
![]() |
| Bookmarks |
| Tags |
| grep |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| grep -n lines before and after | airman_ole | Shell Programming and Scripting | 5 | 07-05-2009 11:57 PM |
| Grep and delete lines except the lines with strings | vj8436 | Shell Programming and Scripting | 14 | 04-17-2009 12:25 PM |
| grep and fetching lines after grep | arghya_owen | Shell Programming and Scripting | 2 | 07-16-2008 08:25 AM |
| Grep two lines at a time | joshjimda | Shell Programming and Scripting | 6 | 03-26-2008 03:18 PM |
| grep + lines after | Janus | Shell Programming and Scripting | 4 | 11-03-2006 05:56 PM |