![]() |
|
|
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 |
| wildcards NOT | C3000 | UNIX for Dummies Questions & Answers | 5 | 11-21-2007 07:19 AM |
| Wildcards in SED | HealthyGuy | Shell Programming and Scripting | 5 | 09-27-2006 08:32 PM |
| ls with wildcards | benu302000 | UNIX for Dummies Questions & Answers | 10 | 06-29-2005 02:53 PM |
| wildcards | benu302000 | UNIX for Dummies Questions & Answers | 3 | 06-29-2005 01:10 PM |
| Wildcards in VI | peter.herlihy | UNIX for Dummies Questions & Answers | 8 | 01-08-2002 04:27 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
ls - wildcards and global use
Hiya,
I want to list all files missing a certain pattern and/or filename pattern on the entire drive. In DOS I would type (for instance): dir \t*.doc /s /a which should find all doc files whose filename starts with `t'. How do I do that in a unix shell? Can it be done w/ ls at all? I don't seem to succeed, I've read the man pages, but either I don't understand them correctly or it's not doing what it's supposed to do. For instance: I've tried: ls -AFR com.* from root dir, and it doesn't find stuff in subfolders. (Ok, you got me, I'm a unix newbie.) uses: Mac OS X tcsh I'm looking for a solution that would work with most shells, sh, csh, tcsh, bash, you name it. Also, the man pages frequently mention I can press tab or esc x 2 for choice/filename/dirname completion, but that doesn't seem to work on my (default Mac OS X terminal) tcsh either? cheers, the rop |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|