help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Warning to those using rgrep on Mac OS X


From: Eli Zaretskii
Subject: Re: Warning to those using rgrep on Mac OS X
Date: Tue, 18 Dec 2012 19:34:02 +0200

> From: Thierry Volpiatto <thierry.volpiatto@gmail.com>
> Date: Tue, 18 Dec 2012 11:27:17 +0100
> 
> Emacs for rgrep use, in addition of grep, two more commands that are find
> and xargs, which is not useful because grep itself is able to recurse
> without the need of these commands.
> It is not a problem on GNU/Linux system based, but seems to add
> portability problems on other systems.

Not exactly due to portability problems, but due to the fact that
there are so many broken ports of 'find' and 'xargs', at least for
Windows, out there.  Using "grep -R" would indeed be better.  (Btw, on
GNU/Linux "grep -R" is _slower_ that "find | xargs grep" pipe.  But on
Windows, "grep -R" is faster, even with my "improved" and fast port of
GNU Find.)



reply via email to

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