>Bruce Korb wrote:
>> Exactly.  And I want to learn how to shoot that dang thing down.  Dead.
>> If I've cleared my environment of LC_* and LANG values, then by gum
>> ``echo [a-z]*'' should work the way it has for the past 35 years, and
>> not some newfangled thing that somebody thought would be "helpful".
>> Down with "system default locale".

Chet Ramey wrote:
>You need to force the issue.  Add
>
>export LC_COLLATE=C
>
>to your startup files.
>
>Chet

I prefer to use an even bigger hammer:

        export LC_ALL=C

HTH,

Arnold
-- 
Aharon (Arnold) Robbins --- Pioneer Consulting Ltd.     arnold AT skeeve DOT com
P.O. Box 354            Home Phone: +972  8 979-0381    Fax: +1 206 350 8765
Nof Ayalon              Cell Phone: +972 50  729-7545
D.N. Shimshon 99785     ISRAEL


_______________________________________________
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash

Reply via email to