[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/
- BASH ignores language for command completion, Bruce Korb, 2010/07/15
- Re: BASH ignores language for command completion, Clark J. Wang, 2010/07/15
- Re: BASH ignores language for command completion,
Chet Ramey <=
- Re: BASH ignores language for command completion, Andreas Schwab, 2010/07/15
- Re: BASH ignores language for command completion, Chet Ramey, 2010/07/15
- Re: BASH ignores language for command completion, Bruce Korb, 2010/07/15
- Re: BASH ignores language for command completion, Chet Ramey, 2010/07/15
- Re: BASH ignores language for command completion, Greg Wooledge, 2010/07/15
- Re: BASH ignores language for command completion, Bruce Korb, 2010/07/15