Mailinglist Archive: opensuse (2629 mails)
| < Previous | Next > |
RE: [SLE] grep help
- From: jhoepner@xxxxxxxx (Jim Hoepner)
- Date: Mon, 15 May 2000 22:20:15 -0500
- Message-id: <000601bfbee5$dfe97330$811f43a7@xxxxxxxxxxxxxxx>
I was just trying to find where my reference to string "nameserver" so I did
a: 'grep nameserver *' and it worked.
Thanks!
jrh
-----Original Message-----
From: Stefan Troeger [mailto:stefan.troeger@xxxxxxxxxxxxxxxxxxxxxxxxx]
Sent: Monday, May 15, 2000 4:33 PM
To: suse-linux-e@xxxxxxxx
Subject: Re: [SLE] grep help
Hi,
On Mon, May 15 2000 at 15:41 +0000, Samy Elashmawy wrote:
> How do I get grep to search for all files under / that contian the string
> "archA"
>
> I treid grep -r "arch4" /
Try `grep -r arch4 /*'.
Ciao,
Stefan
--
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 > |