![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Regular Expressions | ramky79 | UNIX for Advanced & Expert Users | 3 | 05-21-2008 06:13 PM |
| regular expressions | ragha81 | UNIX for Dummies Questions & Answers | 2 | 03-05-2007 07:24 PM |
| Help with regular expressions | arushunter | Shell Programming and Scripting | 13 | 12-24-2006 12:31 AM |
| regular expressions in c++ | szzz | High Level Programming | 2 | 10-06-2003 11:33 AM |
| Regular Expressions | AresMedia | Shell Programming and Scripting | 1 | 08-22-2002 04:55 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hi all, am a total beginner and need a hand getting a regular expression to work.
Basically I have a file of hits in the format: 136.120.16.32 Tue Nov 22 12:55:33 GMT 2005 and I need a regular expression so that when a user enters say: Tue Nov 22 2005 I can grep a load of files for that date with the variable $DATEENTERED, I cant get a reg exp to ignore the time in between the date and year though. So far i have: grep -c "$DATEENTERED" *.hits Many Thanks, Adam |
| Bookmarks |
| Tags |
| linux, regex, regular expressions, ubuntu |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|