bug-coreutils
[Top][All Lists]
Advanced

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

[bug #1212] wishlist: ls sort case insensitive option


From: Eric Blake
Subject: [bug #1212] wishlist: ls sort case insensitive option
Date: Sat, 25 Aug 2007 03:23:57 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6 Mnenhy/0.7.5.666

Follow-up Comment #5, bug #1212 (project coreutils):

There are three environment variables that control how ls sorts:
LANG (default for all categories, if unset, a platform default is used)
LC_COLLATE (particular locale for collation [ie sorting] rules)
LC_ALL (override for all categories)

If you want UTF8 for everything except sorting, then set LANG to en_US.UTF-8,
and LC_COLLATE to C, and leave LC_ALL unset.

This is a FAQ:
http://www.gnu.org/software/coreutils/faq/coreutils-faq.html#The-ls-command-is-not-listing-files-in-a-normal-order_0021


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?1212>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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