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

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

[debbugs-tracker] bug#32450: closed (uniq -f: unexpected behaviour)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32450: closed (uniq -f: unexpected behaviour)
Date: Mon, 20 Aug 2018 16:08:02 +0000

Your message dated Mon, 20 Aug 2018 09:07:02 -0700
with message-id <address@hidden>
and subject line Re: bug#32450: uniq -f: unexpected behaviour
has caused the debbugs.gnu.org bug report #32450,
regarding uniq -f: unexpected behaviour
to be marked as done.

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


-- 
32450: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32450
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: uniq -f: unexpected behaviour Date: Wed, 15 Aug 2018 17:17:09 +0200 (CEST)
Package: coreutils
Version: 8.26-3

uniq -f shows other behaviour with characters than with numbers

# works as expected in #  
echo "a a a
a b c
a a d
b d d" | uniq -c -f2

      1 a a a
      1 a b c
      2 a a d

# works somehow different #
echo "1 1 1
1 2 3
1 1 4
2 4 4" | uniq -c -f2

      1 1 1 1
      1 1 2 3
      1 1 1 4
      1 2 4 4



--- End Message ---
--- Begin Message --- Subject: Re: bug#32450: uniq -f: unexpected behaviour Date: Mon, 20 Aug 2018 09:07:02 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1
address@hidden wrote:
So it is not an unexpected behaviour of uniq -f, but of uniq / sort -u.

Thanks for clarifying. As this does not appear to be bug in uniq (or sort) I'm closing the bug report.


--- End Message ---

reply via email to

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