Mailinglist Archive: opensuse (2629 mails)

< Previous Next >
Re: [SLE] grep help
  • From: ryan@xxxxxx (ryan@xxxxxx)
  • Date: Mon, 15 May 2000 14:26:54 -0700 (PDT)
  • Message-id: <Pine.LNX.4.21.0005151424240.21171-100000@xxxxxxxxxxxxxxxxx>



Some distributions have something called 'rgrep' but I have not seen it on
suse. So, you might try:

find . -type f | xargs grep arch4

Or, I have set rgrep to an alias in my .bashrc:

find . -type f | xargs grep !*

Hope this helps.

-- Ryan

On Mon, 15 May 2000, Samy Elashmawy wrote:

> Hi guys ,
>
>
> How do I get grep to search for all files under / that contian the string
> "archA"
>
> I treid grep -r "arch4" /
>
> but it did not work. What am I missing ?
>
> Thanks
>
> --
> To unsubscribe send e-mail to suse-linux-e-unsubscribe@xxxxxxxx
> For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
> Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
>


--
To unsubscribe send e-mail to suse-linux-e-unsubscribe@xxxxxxxx
For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/


< Previous Next >
Follow Ups
References