Re: SUSE 10.1 - any issues with grep recursion?



bobmct wrote:
'morning;

Is anyone aware of any issues with grep? Over the past few weeks I've been
having difficulties with recursion so I've had to navigate directories
manually. But this is getting annoying.

This morning I've been working on my apache2 config and trying to do a
simple grep search like this:

/etc/apache2> grep -r SSLEngine *.conf

And I've tried the switch variants of:

-R, --recursive, -d recurse

All with no better results.
A search of google doesn't show any issues. My aliases are not doing
anything with grep.

Any ideas?

Yes, there is no file that contains that string and ends with *.conf
[19:14:07] [/etc/apache2]
root@penne : grep -r SSLEngine *.conf
[19:14:25] [/etc/apache2]
root@penne : grep -r SSLEngine *
vhosts.d/vhost-ssl.template: SSLEngine on
[19:14:27] [/etc/apache2]
root@penne : grep -r LoadModule *.conf
sysconfig.d/loadmodule.conf:LoadModule access_module \
/usr/lib/apache2-prefork/mod_access.so
<snip>

--
houghi Please to not toppost http://houghi.org
My experience with SUSE
You can have my keyboard ...
if you can pry it from my dead, cold, stiff fingers
.



Relevant Pages

  • Re: SUSE 10.1 - any issues with grep recursion?
    ... Is anyone aware of any issues with grep? ... there is no file that contains that string and ends with *.conf ... root@penne: grep -r SSLEngine *.conf ... notice that there was no recursion. ...
    (alt.os.linux.suse)
  • Re: SUSE 10.1 - any issues with grep recursion?
    ... Is anyone aware of any issues with grep? ... there is no file that contains that string and ends with *.conf ... root@penne: grep -r SSLEngine *.conf ... notice that there was no recursion. ...
    (alt.os.linux.suse)
  • Re: Newbie Grep question
    ... > What sort of grep search would match a pattern like this: ... but I can't grep it. ...
    (comp.os.linux.misc)
  • SUSE 10.1 - any issues with grep recursion?
    ... Is anyone aware of any issues with grep? ... having difficulties with recursion so I've had to navigate directories ... simple grep search like this: ...
    (alt.os.linux.suse)
  • How to reinvent grep with perl?
    ... to make grep search for a certain pattern. ... How can I make perl print the file file name? ...
    (perl.beginners)