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

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

Re: grep-find question (Is it a bug of GunWin32 version of "grep")


From: Eli Zaretskii
Subject: Re: grep-find question (Is it a bug of GunWin32 version of "grep")
Date: Fri, 10 Aug 2007 17:07:12 +0300

> Date: Fri, 10 Aug 2007 17:23:32 +0800
> From: <brianjiang@gdnt.com.cn>
> 
> Then when I added the "-i" option, all the searching failed:
> ======================================-===
> D:\WiKi>find . -type f -print0 | xargs -0 -e grep -nHi RS17
> 
> D:\WiKi>find . -type f -print0 | xargs -0 -e grep -nHi rs17
> 
> D:\WiKi>find . -type f -exec grep -nHi RS17 {} ";"
> 
> D:\WiKi>find . -type f -exec grep -nHi rs17 {} ";"

I cannot reproduce this with the GnuWin32 port of Grep 2.5.1 (from
grep-2.5.1a-bin.zip on the GnuWin32 site).  What version do you have
on your machine?

If you have the same version as I do, maybe you have some problem with
pcre.dll, the regexp library on which Grep depends (like if some other
package you installed overwrote the version of pcre.dll that came with
Grep 2.5.1)?

> And I try the "mingw" version of these tools, the "-i" version works
> well:

What is the "mingw" version? where did you get the binaries?  Do you
mean the MSYS version, perhaps?





reply via email to

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