emacs-devel
[Top][All Lists]
Advanced

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

Re: Why does not rgrep use "grep -r"?


From: Jason Rumney
Subject: Re: Why does not rgrep use "grep -r"?
Date: Sun, 04 Nov 2007 10:32:47 +0000
User-agent: Thunderbird 2.0.0.6 (Windows/20070728)

Miles Bader wrote:
> However on non-unixish platforms, maybe such issues as the availability
> of findutils (or as Eli mentioned, widespread buggy versions of
> findutils) might make using grep -r more attractive?
>   

It's not so much the availability of find on Windows, more the fact that
there is a standard system command with the same name that is not
compatible. So users have to be knowledgeable enough about Windows to
order their PATH so that the findutils version is found first, and
periodically fix the reversions that can occur after system updates or
program installers move the standard windows command directories back to
the beginning of PATH.





reply via email to

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