emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#17232: closed ()


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#17232: closed ()
Date: Wed, 09 Apr 2014 15:59:02 +0000

Your message dated Wed, 09 Apr 2014 16:58:08 +0100
with message-id <address@hidden>
and subject line Re: bug#17232:
has caused the debbugs.gnu.org bug report #17232,
regarding 
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
17232: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17232
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Date: Wed, 9 Apr 2014 12:05:07 +0000

address@hidden createUserTreeNode $ echo -e "9\n1\n2\n3\n4\n2\n3\n1\n1\n1" | uniq -u

9

1

2

3

4

2

3

 

 

_________________________

Dennis Bernaerts

ALCATEL SROS 7750 Test engineer

 

Alcatel Lucent NV,  Copernicuslaann 50, 2018 Antwerpen, BELGIUM
MOB
 +32 477 96 12 91 | OFF +32 3 240 8475 | FAX +32 3 240 4080 | address@hidden

 

 


--- End Message ---
--- Begin Message --- Subject: Re: 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.


--- End Message ---

reply via email to

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