![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Recursive grep | upstate_boy | UNIX for Dummies Questions & Answers | 16 | 05-18-2008 02:16 PM |
| word wrap issue with grep | bowtiextreme | HP-UX | 4 | 04-30-2008 04:39 PM |
| issue with grep | soujanya_srk | UNIX for Dummies Questions & Answers | 3 | 01-04-2008 02:38 PM |
| recursive GREP ? | alan | UNIX for Dummies Questions & Answers | 3 | 08-22-2003 12:15 AM |
| grep recursive directories | jagannatha | UNIX for Dummies Questions & Answers | 8 | 07-24-2003 01:00 PM |
|
|
LinkBack | Thread Tools | 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?
|
| Forum Sponsor | ||
|
|
| Tags |
| grep, grep recursive, recursive grep |
| Thread Tools | |
| Display Modes | |
|
|