![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| Recursive grep | upstate_boy | UNIX for Dummies Questions & Answers | 16 | 05-18-2008 06:16 PM |
| word wrap issue with grep | bowtiextreme | HP-UX | 4 | 04-30-2008 08:39 PM |
| issue with grep | soujanya_srk | UNIX for Dummies Questions & Answers | 3 | 01-04-2008 06:38 PM |
| recursive GREP ? | alan | UNIX for Dummies Questions & Answers | 3 | 08-22-2003 04:15 AM |
| grep recursive directories | jagannatha | UNIX for Dummies Questions & Answers | 8 | 07-24-2003 05:00 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
recursive grep issue
I've searched the forum on how to do recursive grep and have found the probable solution. My problem is it doesn't print the results! I used this command grep -li lam * and it finds the correct file in that directory. When I use the find command to do this recursively I can hear the harddrive working but no results are printed to the screen. The command I used was this: find / -type f -exec grep -li lam {}\; I was hoping this would search the entire root directory for the word lam and print the filenames out for me. I believe it does the search but nothing is printed. Any thoughts?
|
| Bookmarks |
| Tags |
| grep, grep recursive, recursive grep |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|