![]() |
|
|
|
|
|||||||
| 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 FTP -- here at last. | Perderabo | Shell Programming and Scripting | 47 | 2 Weeks Ago 01:32 PM |
| recursive grep issue | Mace | UNIX for Dummies Questions & Answers | 1 | 08-11-2006 04:39 AM |
| 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 |
| Recursive FTP | aslamg | UNIX for Dummies Questions & Answers | 1 | 03-08-2001 12:27 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Problem found. I feel kind of foolish now but after so many people offered help and suggestions I feel you should see my error.
My strings.txt file had several blank lines in it prior to and after the string I wanted to search. These blank lines were what was throwing grep -f off. So, I went from this: <blank line> <blank line> /sample/string in/strings file/title.jsp <blank line> <blank line> to just: /sample/string in/strings file/title.jsp and it resolved the problem. I can't say I fully understand it but it's working. Sorry to have wasted peoples time in trying to resolve my problem but I appreciate it a great deal. Thanks again for the time and help. upstate boy |
| Tags |
| grep, grep recursive, recursive grep |
| Thread Tools | |
| Display Modes | |
|
|