bug-grep
[Top][All Lists]
Advanced

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

[bug #13859] matching '([A]|[B]){2}' in different locales


From: Tim Waugh
Subject: [bug #13859] matching '([A]|[B]){2}' in different locales
Date: Wed, 20 Jul 2005 15:06:27 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.7.8) Gecko/20050524 Fedora/1.0.4-4 Firefox/1.0.4

Follow-up Comment #1, bug #13859 (project grep):

FWIW, this works fine on Fedora Core 4 with grep-2.5.1-48.2.

$ (for a in AA AB BA BB; do echo $a ; done )| grep '\([A]\|[B]\)\{2\}'
AA
AB
BA
BB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13859>

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





reply via email to

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