bug-coreutils
[Top][All Lists]
Advanced

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

bug#17232:


From: Pádraig Brady
Subject: bug#17232:
Date: Wed, 09 Apr 2014 16:58:08 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

tag 17232 notabug
stop

On 04/09/2014 01:05 PM, Bernaerts, Dennis (Dennis) wrote:
> echo -e "9\n1\n2\n3\n4\n2\n3\n1\n1\n1" | uniq -u

uniq works on sorted data:

$ echo -e "9\n1\n2\n3\n4\n2\n3\n1\n1\n1" | sort | uniq -u
4
9

thanks,
Pádraig.





reply via email to

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