bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: grep


From: Ulrich Drepper
Subject: Re: grep
Date: 21 Aug 2001 15:16:43 -0700
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.2 (Thelxepeia)

Daqing Li <address@hidden> writes:

> It is clear that the line should not be matched as there is an upper
> case letter L in "DeLoach". 

grep is correct.  You are using it incorrectly.  You use the C locale
behavior of the range expression but are using a locale != C.  Add
LC_ALL=C.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------



reply via email to

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