bug-coreutils
[Top][All Lists]
Advanced

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

bug of sort


From: Yang.Will
Subject: bug of sort
Date: Tue, 18 Jan 2005 20:16:32 +0800

  

Dear all,

When we use the ‘-f’ option of sort the order is different shown in the 
following case. We think this may be a bug of sort.

Best regards,

Will Yang

 

 

$ cat ab

a

A

B

b

$ sort ab

a

A

b

B

$ sort -f ab

A

a

b

B

$ cat bc

b

B

C

c

$ sort bc

b

B

c

C

$ sort -f bc

b

B

c

C

GIF image


reply via email to

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