bug-fileutils
[Top][All Lists]
Advanced

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

case insensitivity (rather a wish than a bug)


From: Bastian Fuchs
Subject: case insensitivity (rather a wish than a bug)
Date: Sun, 8 Sep 2002 01:44:59 +0200
User-agent: KMail/1.4.3

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 via email to

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