bug-coreutils
[Top][All Lists]
Advanced

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

bug#58153: hungry sort eats lines


From: DrSlony
Subject: bug#58153: hungry sort eats lines
Date: Wed, 28 Sep 2022 23:13:23 +0200
User-agent: Roundcube Webmail/1.4.12

Hey

printf '%s\n' "key;foo" "key0;bar0" | sort -Vu -t ';' --key=1,1

sort 8.32 outputs:
    key;bar
    key0;foo

sort 9.1 outputs:
    key;foo

"key0;foo" is missing.

Regards
Morgan





reply via email to

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