![]() |
|
|
|
|
|||||||
| 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 |
| grep a log file to filter previous dates | pinpe | Shell Programming and Scripting | 5 | 08-03-2007 10:25 AM |
| List grep results | slire | UNIX for Dummies Questions & Answers | 14 | 10-31-2006 08:42 AM |
| How to refine results of grep -p | priceb | Shell Programming and Scripting | 2 | 06-28-2006 05:40 AM |
| Pipe SQL select statement results to script | houtakker | UNIX for Dummies Questions & Answers | 6 | 10-31-2003 10:20 AM |
| What is the difference between pipe and filter? | mischiefdemon | UNIX for Dummies Questions & Answers | 3 | 10-24-2001 02:08 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Filter results through pipe with grep
ls -ltr | grep string
How can I use regular expressions to filter the results provided even more. I am using the above command as a reference. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
either use 'grep' with the -'-E'
OR use 'egrep' if you have one on your system |
||||
| Google The UNIX and Linux Forums |
| Tags |
| regex, regular expressions |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|