From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KL9uD-0001a8-Ui for garchives@archives.gentoo.org; Tue, 22 Jul 2008 04:55:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7D9FE0209; Tue, 22 Jul 2008 04:55:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9E918E0209 for ; Tue, 22 Jul 2008 04:55:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 3609E6580D for ; Tue, 22 Jul 2008 04:55:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.521 X-Spam-Level: X-Spam-Status: No, score=-3.521 required=5.5 tests=[AWL=0.078, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kNW8cAHae4-x for ; Tue, 22 Jul 2008 04:55:09 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 353E86528F for ; Tue, 22 Jul 2008 04:55:07 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KL9tr-0007Yp-Ro for gentoo-user@gentoo.org; Tue, 22 Jul 2008 04:54:59 +0000 Received: from athedsl-4376708.home.otenet.gr ([79.130.56.116]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Jul 2008 04:54:59 +0000 Received: from realnc by athedsl-4376708.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 22 Jul 2008 04:54:59 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: Non-case sensitive alphabetical sorting Date: Tue, 22 Jul 2008 07:54:44 +0300 Message-ID: References: <6e2210230807181649v70ed83e1hc39b744b8e080a87@mail.gmail.com> <48848B58.9020304@wrkhors.com> <3951a2200807212016m4313a976i55cc1178f745b808@mail.gmail.com> <1216698620.6364.5.camel@localhost> <3951a2200807212126t790251ccge9d0e37e424baf40@mail.gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-4376708.home.otenet.gr User-Agent: Thunderbird 2.0.0.14 (X11/20080715) In-Reply-To: <3951a2200807212126t790251ccge9d0e37e424baf40@mail.gmail.com> Sender: news X-Archives-Salt: be379e8b-7c95-48c2-8ff3-5a93959116cd X-Archives-Hash: c635faee65e47106f35c1cf247fef993 Mark David Dumlao wrote: > On Tue, Jul 22, 2008 at 11:50 AM, Albert Hopkins wrote: >> Check your LC_ALL environment variable. >> >> [~]$ LC_ALL=en_US ls >> total 56K >> 4.0K bin/ 4.0K exclude 4.0K Private/ 4.0K Templates/ >> 4.0K Desktop/ 4.0K Media/ 4.0K Projects/ 4.0K Virtual_Machines/ >> 4.0K Documents/ 4.0K Music/ 4.0K python/ >> 4.0K Downloads/ 4.0K Pictures/ 4.0K Python/ >> >> [~]$ LC_ALL=C ls >> total 56K >> 4.0K Desktop/ 4.0K Music/ 4.0K Python/ 4.0K exclude >> 4.0K Documents/ 4.0K Pictures/ 4.0K Templates/ 4.0K python/ >> 4.0K Downloads/ 4.0K Private/ 4.0K Virtual_Machines/ >> 4.0K Media/ 4.0K Projects/ 4.0K bin/ > > great! what's the correct place to set this globally so that both > terminal and gnome will see it? /etc/env.d/02locale You need to do 'env-update' as root after any changes there followed by 'source /etc/profile' (or logging out and in again).