bug-bash
[Top][All Lists]
Advanced

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

Re: BASH ignores language for command completion


From: Chet Ramey
Subject: Re: BASH ignores language for command completion
Date: Thu, 15 Jul 2010 08:02:42 -0400

> I've stripped all LC_* variables plus LANG from my environment:
> 
> > $ env|fgrep LANG
> > $ env|fgrep LC_
> > $
> 
> Command completion still used "EN_us" for sorting directories
> in command completion.  e.g.:

If en_US happens to be the system's default locale, of course.  You
can only be sure that you'll get ASCII sorting order if you set
LANG=C.

Chet

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    chet@case.edu    http://cnswww.cns.cwru.edu/~chet/



reply via email to

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