![]() |
|
|
|
|
|||||||
| 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 command | christine33990 | UNIX for Dummies Questions & Answers | 11 | 05-05-2008 11:45 PM |
| how to exclude the GREP command from GREP | yamsin789 | UNIX for Advanced & Expert Users | 2 | 10-04-2007 11:59 PM |
| grep command help | ishmael^soyuz | Shell Programming and Scripting | 4 | 07-11-2007 06:01 AM |
| grep command | pmsuper | UNIX for Dummies Questions & Answers | 6 | 11-22-2006 04:12 AM |
| grep command | debasis.mishra | Shell Programming and Scripting | 1 | 03-27-2006 10:53 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Grep Command
How do you set up a grep command when it is being used on a directory? could you please give me an example?
|
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
can you please be more specific in what you ask for?
__________________
regards, -ghoti |
|
#3
|
|||
|
|||
|
More Specific
I am trying to search a directory for a specific date that a few files were written. And I need the result to be redirected into its own file.
|
|
#4
|
||||
|
||||
|
I would use the "find" command instead of grep.
Check out the man page (hint: -mtime option) |
||||
| Google The UNIX and Linux Forums |