Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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" 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 Content-type: text/plain; charset=us-ascii Content-Disposition: inline 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/