Mailinglist Archive: opensuse (2629 mails)
| < Previous | Next > |
RE: [SLE] grep help
- From: jhoepner@xxxxxxxx (Jim Hoepner)
- Date: Tue, 16 May 2000 10:05:11 -0500
- Message-id: <000b01bfbf48$225aa6a0$811f43a7@xxxxxxxxxxxxxxx>
How about trying: grep arch4 *
grep arch4 /*
grep arch4 /*/*
etc. etc.
I'm just learning about grep but this seems to work for me.
Thanks!
jrh
-----Original Message-----
From: Samy Elashmawy [mailto:samelash@xxxxxxxxxxxxx]
Sent: Tuesday, May 16, 2000 4:03 AM
To: François Pinard
Cc: suse-linux-e@xxxxxxxx
Subject: Re: [SLE] grep help
At 07:43 PM 5/15/2000 -0400, François Pinard wrote:
>Samy Elashmawy <samelash@xxxxxxxxxxxxx> writes:
>
>> I tried grep -r "arch4" /
it only searches the root and nothing below that. I tried
grep "arch4" /*
/*/* /*/*/* /*/*/*/*
ant it stopped with an error arguments two long or
something.
I was hoping to find the deffinition files that have the
size and pixel
lenth of the printer page layoust so I could change them to
a custom setting.
Murphys law ya know
>It works here, running version 2.3. But you need a recent
version of
>`grep', I do not remember when the `-r' was added to it.
Check with
>`grep --help' to see if `-r' is supported.
>
>--
>François Pinard http://www.iro.umontreal.ca/~pinard
>
>
>
>--
>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/
--
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 > |