I think this shows a bug in sort:

1. create a file "test.txt" containing the following 4 lines:
a
b
A
B


2. "sort test.txt" and get the following output:

A
a
B
b

3. "sort -f test.txt" and get the same output:

A
a
B
b

Shouldn't test #2 yield different results from test #3?

Thank you for all the great tools and please accept my
apology in advance if this is not a bug.

Doug
-- 
Doug Donsbach
[EMAIL PROTECTED]

Reply via email to