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


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.




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.