dougo: (Default)
dougo ([personal profile] dougo) wrote2004-05-26 11:33 am

Debian Linux question

Is it my imagination, or did /bin/ls used to sort by case? Now it puts, for example, "README" down among the "r"s instead of before all lowercase filenames. When did this change? Is this a concession to Windows case-insensitivity or something?

[identity profile] mshonle.livejournal.com 2004-05-26 04:57 pm (UTC)(link)
alias ls (setenv LC_COLLATE POSIX; ls \!*)

(or something to that effect)