![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | 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 !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need a regular expression | tony3101 | Shell Programming and Scripting | 4 | 06-05-2008 04:13 AM |
| regular expression | jaber87 | Shell Programming and Scripting | 3 | 06-05-2008 04:07 AM |
| regular expression and awk | nickg | UNIX for Dummies Questions & Answers | 2 | 08-16-2007 06:23 PM |
| help in regular expression | Rakesh Ranjan | High Level Programming | 5 | 10-25-2006 02:00 PM |
| Regular Expression + Aritmetical Expression | Z0mby | Shell Programming and Scripting | 2 | 05-21-2002 11:59 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Note this is just the pattern you have asked for. And if you do not want to list the files with the pattern "20070712" you have to follow either the two methods mentioned above.
Hope this helps Pattern Code:
^abc_[0-9]\{8\}_[0-9]\{3\}\.txt$
Code:
^[a-z]\{3\}_[0-9]\{8\}_[0-9]\{3\}\.txt$
Last edited by lorcan; 07-18-2007 at 07:13 AM.. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|