bug-grep
[Top][All Lists]
Advanced

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

[bug #31389] False positive due to apparent case insensivity


From: Paolo Bonzini
Subject: [bug #31389] False positive due to apparent case insensivity
Date: Thu, 21 Oct 2010 09:49:42 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.7) Gecko/20100723 Fedora/3.6.7-1.fc13 Firefox/3.6.7

Follow-up Comment #3, bug #31389 (project grep):

It does, but you can simply export LC_COLLATE and LC_CTYPE with a value of
"POSIX" in your .bashrc (as well as at the top of shell scripts where you care
about this behavior) to override it.

Also, traditional [a-z] and [A-Z] can be represented portably as [[:lower:]]
and [[:upper:]] (and there's also [[:alpha:]] and [[:alnum:]] which come in
handy).

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?31389>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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