[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #1212] wishlist: ls sort case insensitive option
From: |
Bob Proulx |
Subject: |
[bug #1212] wishlist: ls sort case insensitive option |
Date: |
Wed, 11 Oct 2006 04:59:40 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.7) Gecko/20060830 Firefox/1.5.0.7 (Debian-1.5.dfsg+1.5.0.7-1~bpo.1) |
Follow-up Comment #2, bug #1212 (project coreutils):
I guess I shouldn't have relied upon web links, even if into the gnu.org
archive, and should have simply copied in the message. It seems to have
completely dissappeared from the archive. But I think this is the message
being referred to. --Bob
From: Bastian Fuchs
To: bug-fileutils at gnu org
Subject: case insensitivity (rather a wish than a bug)
Date: Sun, 8 Sep 2002 01:44:59 +0200
Hello,
it would be nice, if there is an option to sort alphabetically WITHOUT
consideration of upper oder lower case.
This is the standard output of ls -l:
-rw-r--r-- 1 bastiaf users 0 Sep 8 01:36 FIRST_EXAMPLE
-rw-r--r-- 1 bastiaf users 0 Sep 8 01:36 SECOND_EXAMPLE
-rw-r--r-- 1 bastiaf users 0 Sep 8 01:36 first_example
-rw-r--r-- 1 bastiaf users 0 Sep 8 01:36 second_example
It would be nice, if ls -l --sort=caseinsensitivity for example would show:
-rw-r--r-- 1 bastiaf users 0 Sep 8 01:36 FIRST_EXAMPLE
-rw-r--r-- 1 bastiaf users 0 Sep 8 01:36 first_example
-rw-r--r-- 1 bastiaf users 0 Sep 8 01:36 SECOND_EXAMPLE
-rw-r--r-- 1 bastiaf users 0 Sep 8 01:36 second_example
- Bastian
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?1212>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug #1212] wishlist: ls sort case insensitive option,
Bob Proulx <=