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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 17232 in the body.
You can then email your comments to 17232 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-coreutils <at> gnu.org:
bug#17232; Package coreutils. (Wed, 09 Apr 2014 15:48:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Bernaerts, Dennis (Dennis)" <dennis.bernaerts <at> alcatel-lucent.com>:
New bug report received and forwarded. Copy sent to bug-coreutils <at> gnu.org. (Wed, 09 Apr 2014 15:48:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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 1 (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 2 (text/html, inline)]
[image001.png (image/png, inline)]

Added tag(s) notabug. Request was from Pádraig Brady <P <at> draigBrady.com> to control <at> debbugs.gnu.org. (Wed, 09 Apr 2014 15:59:02 GMT) Full text and rfc822 format available.

Reply sent to Pádraig Brady <P <at> draigBrady.com>:
You have taken responsibility. (Wed, 09 Apr 2014 15:59:02 GMT) Full text and rfc822 format available.

Notification sent to "Bernaerts, Dennis (Dennis)" <dennis.bernaerts <at> alcatel-lucent.com>:
bug acknowledged by developer. (Wed, 09 Apr 2014 15:59:03 GMT) Full text and rfc822 format available.

Message #12 received at 17232-done <at> debbugs.gnu.org (full text, mbox):

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.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 08 May 2014 11:24:04 GMT) Full text and rfc822 format available.

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.