GNU bug report logs - #17232

Previous Next

Package: coreutils;

Reported by: "Bernaerts, Dennis (Dennis)" <dennis.bernaerts <at> alcatel-lucent.com>

Date: Wed, 9 Apr 2014 15:48:01 UTC

Severity: normal

Tags: notabug

Done: Pádraig Brady <P <at> draigBrady.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Pádraig Brady <P <at> draigBrady.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#17232: closed ()
Date: Wed, 09 Apr 2014 15:59:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 09 Apr 2014 16:58:08 +0100
with message-id <53456E10.5040803 <at> draigBrady.com>
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
help-debbugs <at> gnu.org.)


-- 
17232: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17232
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: "Bernaerts, Dennis (Dennis)" <dennis.bernaerts <at> alcatel-lucent.com>
To: "bug-coreutils <at> gnu.org" <bug-coreutils <at> gnu.org>
Date: Wed, 9 Apr 2014 12:05:07 +0000
[Message part 3 (text/plain, inline)]
bernaerd <at> bernaerd 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

[cid:image001.png <at> 01CF53FC.B5E9B4D0]Alcatel Lucent NV,  Copernicuslaann 50, 2018 Antwerpen, BELGIUM
MOB +32 477 96 12 91<tel:%2B32%20477%2096%2012%2091> | OFF +32 3 240 8475<tel:%2B32%203%20240%208475> | FAX +32 3 240 4080<tel:%2B32%203%20240%204080> | dennis.bernaerts <at> alcatel-lucent.com


[Message part 4 (text/html, inline)]
[image001.png (image/png, inline)]
[Message part 6 (message/rfc822, inline)]
From: Pádraig Brady <P <at> draigBrady.com>
To: "Bernaerts, Dennis (Dennis)" <dennis.bernaerts <at> alcatel-lucent.com>
Cc: 17232-done <at> debbugs.gnu.org
Subject: Re: bug#17232:
Date: Wed, 09 Apr 2014 16:58:08 +0100
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.


This bug report was last modified 11 years and 127 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.