Re: Grep and --exclude? or, finding a text string that might be anywhere

2007-04-21 Thread Bill Campbell
On Sat, Apr 21, 2007, L Goodwin wrote: >Oliver, the error is due to incorrect syntax ("-e" flag omitted). Try this: > >grep -R /usr -e "any2dvd" > >L Goodwin > >Oliver Iberien <[EMAIL PROTECTED]> wrote: I need to find a reference to an >obscure delete port that is in some file >somewhere (in /usr

Re: Grep and --exclude? or, finding a text string that might be anywhere

2007-04-21 Thread L Goodwin
Oliver, the error is due to incorrect syntax ("-e" flag omitted). Try this: grep -R /usr -e "any2dvd" L Goodwin Oliver Iberien <[EMAIL PROTECTED]> wrote: I need to find a reference to an obscure delete port that is in some file somewhere (in /usr/ports/? somewhere in /usr?) as it is messing up