GNU bug report logs - #12566
ls case-insensitivie

Previous Next

Package: coreutils;

Reported by: Michael Talbot-Wilson <mtw <at> view.net.au>

Date: Wed, 3 Oct 2012 06:57:02 UTC

Severity: normal

Done: Bob Proulx <bob <at> proulx.com>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 12566 <at> debbugs.gnu.org (full text, mbox):

From: Michael Talbot-Wilson <mtw <at> view.net.au>
To: Bob Proulx <bob <at> proulx.com>
Cc: 12566 <at> debbugs.gnu.org
Subject: Re: bug#12566: ls case-insensitivie
Date: Wed, 3 Oct 2012 20:55:32 +0930 (CST)
On Wed, 3 Oct 2012, Bob Proulx wrote:

> Michael Talbot-Wilson wrote:
>> $ ls -lFGgd [G-G]*
>> drwxr-xr-x 4 4096 Apr  8 13:13 GC/
>> $ ls -lFGgd [F-G]*
>> drwxr-xr-x  4 4096 Apr  8 13:13 GC/
>> drwxr-xr-x 16 4096 Jun 11 15:43 gtk+-2.24.4/
>
> Thanks for the report.  But you are misunderstanding that it is it is
...
>  export LANG=en_US.UTF-8
>  export LC_COLLATE=C
>
> The shell will need to be restarted with those variables in force.

Thanks for your quick and detailed reply to a mistaken bug report.  My
other mistake:

$ export LC_ALL=en_AU.utf-8; export LC_COLLATE=C; locale
LANG=en_AU.utf-8
LC_CTYPE="en_AU.utf-8"
LC_NUMERIC="en_AU.utf-8"
LC_TIME="en_AU.utf-8"
LC_COLLATE="en_AU.utf-8"
LC_MONETARY="en_AU.utf-8"
LC_MESSAGES="en_AU.utf-8"
LC_PAPER="en_AU.utf-8"
LC_NAME="en_AU.utf-8"
LC_ADDRESS="en_AU.utf-8"
LC_TELEPHONE="en_AU.utf-8"
LC_MEASUREMENT="en_AU.utf-8"
LC_IDENTIFICATION="en_AU.utf-8"
LC_ALL=en_AU.utf-8

$ unset LC_ALL; locale
LANG=en_AU.utf-8
LC_CTYPE="en_AU.utf-8"
LC_NUMERIC="en_AU.utf-8"
LC_TIME="en_AU.utf-8"
LC_COLLATE=C
LC_MONETARY="en_AU.utf-8"
LC_MESSAGES="en_AU.utf-8"
LC_PAPER="en_AU.utf-8"
LC_NAME="en_AU.utf-8"
LC_ADDRESS="en_AU.utf-8"
LC_TELEPHONE="en_AU.utf-8"
LC_MEASUREMENT="en_AU.utf-8"
LC_IDENTIFICATION="en_AU.utf-8"
LC_ALL=

Thanks again.




This bug report was last modified 12 years and 311 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.