bug-coreutils
[Top][All Lists]
Advanced

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

bug#14269: bug in sort(1)


From: Bruce Culbertson
Subject: bug#14269: bug in sort(1)
Date: Thu, 25 Apr 2013 12:10:56 -0700

Hi,

I'm using sort(1) version 8.13 in Ubuntu.  It is case-insensitive, which I
think is a bug.  For example, it sorts the list "A b C d" as "A b C d", not
as "A C b d".  There is a -f option to fold lower case to upper for
comparisons (i.e., to make sort case-insensitive, which seems to be the
default anyway) but no option makes it case-sensitive, which is what I need.

Thanks,
Bruce


reply via email to

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