bug-gnu-utils
[Top][All Lists]
Advanced

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

sort (coreutils) bug


From: ssamiec
Subject: sort (coreutils) bug
Date: Fri, 11 Jan 2008 06:07:37 -0800 (PST)
User-agent: G2/1.0

// steps to reproduce:

$ sort --version
sort (GNU coreutils) 6.9
[...]

$ wget http://sucha.eu/~pio/tmp4

$ sort --key=4 tmp4

// and column 4 is not sorted ("chr11", "chr1" and back "chr11") but
it seems like it was sorted
// by concatenated column 4 and 5. All fields are separated by spaces.
// The same happens with previous versions of sort I have tried.


reply via email to

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