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

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

Re: grep 2.5 on Linux RedHat 8.0


From: Stepan Kasal
Subject: Re: grep 2.5 on Linux RedHat 8.0
Date: Mon, 15 Sep 2003 09:18:49 +0200
User-agent: Mutt/1.2.5.1i

Hello,
        thank you for the bug report.

On Fri, Sep 12, 2003 at 07:09:40PM -0500, J. David Eisenberg wrote:
> Using RedHat 8.0 on a laptop PC, I have created a test file named 
> "tester", with this single line in it:
> 
>    Share
> 
> I then compile grep 2.5, and do this:
> 
>    src/grep 'S[A-Z]' tester
> 
> and grep reports that the line matched.  The error does not occur with
> SuSE on Solaris or PC, grep version 2.4.2

This is probably not bug but correct behaviour under your locale settings.
Try:
        LC_ALL=C src/grep 'S[A-Z]' tester

See "man locale" for details.

Regards,
        Stepan Kasal




reply via email to

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