Hello,

I am having trouble with  sort  (GNU textutils) 2.0 on Windows98 and NT.

When given the following file (t.txt):
A
[
]
B

and the command "sort.exe t.txt", the output is:
[
]
A
B

The ASCII order should give (as the Microsoft sort.exe gives):
A
B
[
]


Unless I'm mistaken,  the following are the ASCII values:

A  65
B  66
[  91
]  93



Is this a bug or is there a valid reason for the unexpected sort order?
Is there a newer version of sort with this working the way I expect?

Please reply.

Thank you

Robert Otto,  [EMAIL PROTECTED]
begin:vcard 
n:Otto;Robert
tel;fax:703 273 6608
tel;work:703 267 2303
x-mozilla-html:FALSE
org:Trident Systems Inc
adr:;;10201 Lee Hwy #300;Fairfax;VA;22030;USA
version:2.1
email;internet:[EMAIL PROTECTED]
title:Principal Engineer
note:The content of this message may not be endorsed by Trident Systems.
fn:Robert Otto
end:vcard

Reply via email to