![]() |
|
|
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 |
| Complex find grep or sed command | sjburden | Shell Programming and Scripting | 3 | 05-31-2008 10:45 PM |
| Find Exactly word in grep command | koti_rama | UNIX for Dummies Questions & Answers | 4 | 08-23-2007 07:52 AM |
| Search / Find / grep command ... | videsh77 | UNIX for Dummies Questions & Answers | 4 | 02-22-2007 09:38 AM |
| Help Using Grep command to Find the string in the files in the root directory | Subbu_Angeline | AIX | 3 | 01-17-2007 01:45 PM |
| piping the output of find command to grep | 435 Gavea | UNIX for Dummies Questions & Answers | 1 | 10-05-2006 05:48 PM |
|
|
LinkBack | Thread Tools | Search this Thread |
Rating:
|
Display Modes |
|
||||
|
Find command with Grep
I need to find for a particular string in my /opt file system.
find . -exec grep "10000" {} \; I tried this command, it works ok but I want not to search in the logs folder I have in my filesystem as it takes lot of time. SO can I exclude one or more than on directory or sub directories from my search path(.) in my find command. Thanks |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|