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

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

Re: grep MBS_SUPPORT is a dog


From: Stepan Kasal
Subject: Re: grep MBS_SUPPORT is a dog
Date: Wed, 3 Nov 2004 15:21:54 +0100
User-agent: Mutt/1.4.1i

Hi,

On Tue, Nov 02, 2004 at 10:45:20AM -0800, Neal Nuckolls wrote:
> MBS_SUPPORT is a dog.  Please either fix it or disable it by default.

it should be enough to set the C locale:
        export LC_ALL=C
(or "setenv LC_ALL C" in csh)

Then the performance should be accptable.  (Red Hat uses UTF8 locale
by default.)  Or you can define an alias to call
        LC_ALL=C grep
instead.

Another possibility is to recompile grep with "./configure --disable-nls".

This will be improved in future versions of grep.

Sorry for the problems,
        Stepan Kasal




reply via email to

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