| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| X-Lotus-FromDomain: | JPMORGAN AT SMTP |
| From: | "Noel L Yap" <yap_noel AT jpmorgan DOT com> |
| To: | Polaris AT polaris DOT franken DOT de |
| cc: | cygwin AT cygwin DOT com |
| Message-ID: | <85256AA3.005AAF35.00@nyc-ntgw-n01.ny.jpmorgan.com> |
| Date: | Thu, 9 Aug 2001 12:30:34 -0400 |
| Subject: | Re: grep -r : permission denied |
| Mime-Version: | 1.0 |
What do you mean by "go into directories"? Are you saying that "grep regexp
path/to/file" doesn't work? Or are you trying to grep recursively? If the
latter, use:
find path/to -type f | xargs grep regexp
or:
grep regexp `find path/to -type f`
Noel
Pierre Loic Herve wrote:
> ... but i still have a little problem :
[...]
> QUESTION why cant grep goto in directories ?
I have the same problem.
CU
-Polaris-
Polaris AT Polaris DOT Franken DOT de
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
This communication is for informational purposes only. It is not intended as
an offer or solicitation for the purchase or sale of any financial instrument
or as an official confirmation of any transaction. All market prices, data
and other information are not warranted as to completeness or accuracy and
are subject to change without notice. Any comments or statements made herein
do not necessarily reflect those of J.P. Morgan Chase & Co., its
subsidiaries and affiliates.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |