[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
sort (GNU textutils) 2.0
From: |
Bill Unruh |
Subject: |
sort (GNU textutils) 2.0 |
Date: |
Mon, 1 Jan 2001 22:59:06 -0800 (PST) |
Sort appears to have been created with the -f option as the default on
later versions of Linux.
Since there is no way to switch this off however, this is not a great
default
On sort in Mandrake 7.2 and 7.1
echo "Able
>baker
>Charlie"|sort
Able
baker
Charlie
On Mandrake 6.1 and Sun 4.1.3
echo "Able
baker
Charlie"|sort
Able
Charlie
baker
Note that this appears to be some weird interaction between sort and the
rest of the OS as if I transfer the binary from the 6.1 machine to the
7.2, then that binary behaves like the 7.2 version does.
Further experiment says that it is something to do with the LC_COLLATE
file, as if this is removed sort behaves properly.
--
William G. Unruh Canadian Institute for Tel: +1(604)822-3273
Physics&Astronomy Advanced Research Fax: +1(604)822-5324
UBC, Vancouver,BC Program in Cosmology address@hidden
Canada V6T 1Z1 and Gravity http://axion.physics.ubc.ca/
For step by step instructions about setting up ppp under Linux, see
http://axion.physics.ubc.ca/ppp-linux.html
- sort (GNU textutils) 2.0,
Bill Unruh <=