|
From: | Paolo Bonzini |
Subject: | Re: Bug#575300: fgrep -i does not always match what grep matches (due to locales) |
Date: | Thu, 25 Mar 2010 10:28:38 +0100 |
User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100301 Fedora/3.0.3-1.fc12 Lightning/1.0b2pre Thunderbird/3.0.3 |
Could someone please try to reproduce the bug above with grep 2.6.
Fixed in grep git. $ for i in '' -i -F -Fi; do ./grep -q $i foobar /tmp/test ; echo $?; done 0 0 0 0 Paolo
[Prev in Thread] | Current Thread | [Next in Thread] |