Hi While testing different GNU coreutils sort versions on different platforms (Linux and FreeBSD) I found that some behavior is probably not what a utility user expects. Let's, say, we have to sort (numerically stable) just two lines: $ sort -t "|" -ns -k2.3,2.7 <