bug-coreutils
[Top][All Lists]
Advanced

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

question-problem with sort


From: Paul Riggs
Subject: question-problem with sort
Date: Wed, 9 Mar 2005 11:29:44 -0500 (EST)

        Is the "sort" command supposed to be case-sensitive? The info
pages imply that it is, but it does not seem to be in various tests I've
run on different versions of it including the current version (from
coreutils-5.2.1).
        For example:

>ls
a B c
>ls |sort
a
B
c
>ls |sort -f
a
B
c

-- 

Paul Riggs
address@hidden





reply via email to

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