![]() |
|
|
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 |
| Regular Expressions | ramky79 | UNIX for Advanced & Expert Users | 3 | 05-21-2008 06:13 PM |
| Help with regular expressions | arushunter | Shell Programming and Scripting | 13 | 12-24-2006 12:31 AM |
| regular expressions | jack1981 | Shell Programming and Scripting | 4 | 07-12-2006 04:10 PM |
| 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 |
|
||||
|
regular expressions
how to find for a file whose name has all characters in uppercase after 'project'?
I tried this: find . -name 'project[A-Z]*[^a-z]*.pdf' ./projectABC.pdf ./projectABC123.pdf I want only ./projectABC.pdf What is the regular expression that correponds to "all characters are capital"? thanks |
| Bookmarks |
| Tags |
| linux, regex, regular expressions, solaris |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|