bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug in fgrep from http://unxutils.sourceforge.net/


From: Bob Proulx
Subject: Re: bug in fgrep from http://unxutils.sourceforge.net/
Date: Wed, 24 Aug 2005 09:56:10 -0600
User-agent: Mutt/1.5.9i

Jack Thompson wrote:
>             It seems like win2k really doesn't want users to be able to
> effectively search for strings within files in sub directories.  They've
> taken some very important features of their developer studio away too -
> probably because they don't want developers to be able to work
> efficiently without relying on their framework.

Uhm...  I have no idea what you are talking about here.  Is this
related to a question about something related to GNU project software?

> So, I tried using your fgrep, but that seems not to work correctly
> in this environment - I cannot get it to recurse sub directories.
> Am I missing something?  Is there an update?

GNU grep does recurse fine down directories.

I am rubbing my temples and visualizing very hard but I cannot see
what you have typed at the keyboard.  Perhaps your ESP quotient is too
low for thought transfer like this.  Or you may not be thinking about
this problem right now and that is why we can't read your mind on this
matter.

First, check the actual version of grep that you are using.  GNU grep
will display this with the --version option.  We always talk about
grep because grep implements fgrep and egrep, and fgrep and egrep have
been deprecated in favor of the -F and -E options.

  grep --version

On my system that says this:

  grep (GNU grep) 2.5.1

Then show us the commands that you used.  Such as this command to grep
recursively down a directory tree.

  grep -r MANPATH= .

Bob




reply via email to

[Prev in Thread] Current Thread [Next in Thread]