Hi, Please run `LANG=C sort -s -u -k 2' with following input data: z b a b z a a a The output of busybox's sort is: z a a a z b a b The expected output (from GNU sort) is: z a z b
(In reply to Zhang Boyang from comment #0)
Fixed in git