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 Message-Id: <4.3.1.2.20010912103043.02ff1f00@pop.ma.ultranet.com> X-Sender: lhall AT pop DOT ma DOT ultranet DOT com X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Wed, 12 Sep 2001 10:34:24 -0400 To: "Ronald Landheer" , From: "Larry Hall (RFK Partners, Inc)" Subject: Re: Grep & recursion In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" At 09:53 AM 9/12/2001, Ronald Landheer wrote: >Hello (again) all, > >I think I've written about this before and not gotten an answer, but I >could neither find it in a Google search, nor in my own archives - >which, I should mention, were kinda destroyed two weeks ago :( > >I have three GCC compiler sets on my system: DJGPP, Cygwin and MinGW32 - >the latter of which doesn't include grep. When I use the DJGPP grep to >search for 'foo' in all my projects under my home dir (from the Bash >command line that comes with DJGPP) I get a nice listing: >-- BEGIN SNIPPET -- >bash-2.04$ grep -rnHi foo * >(..) long, long list of stuff >--- END SNIPPET --- >Doing the same thing under Cygwin, I get this: >-- BEGIN SNIPPET -- >Ronald Landheer AT ALLY ~ >$ grep -rnHi foo * >(..) local text files are searched (if any) >grep: : Permission denied >(..) normal response for Binary files >--- END SNIPPET --- >The versions are the newest available for either (2.4 for DJGPP, 2.4.2 >for Cygwin). > >The question: what causes this and what did I do wrong? > >Greetz! Dunno. You'll have to debug it to find out. Personally, the complaints about the directory aren't that surprising to me, although they are of little value. I personally wouldn't mind seeing the behavior you describe for the DJGPP version with the Cygwin version, if you're willing to track down the issue and supply a patch. Larry Hall lhall AT rfk DOT com RFK Partners, Inc. http://www.rfk.com 118 Washington Street (508) 893-9779 - RFK Office Holliston, MA 01746 (508) 893-9889 - FAX -- 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/