bug-coreutils
[Top][All Lists]
Advanced

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

Bug in uniq


From: Mathieu Malaterre
Subject: Bug in uniq
Date: Fri, 30 Dec 2005 15:14:21 -0500
User-agent: Debian Thunderbird 1.0.7 (X11/20051017)

I am getting different result doing:

$ grep "Frame of R" /tmp/uniq.bug| sort | uniq

D 0020|0052 [UI] [Frame of Reference UID] [1.2.840.113619.2.55.1.1762893535.2378.1128606460.105.2770.0.11] D 0020|0052 [UI] [Frame of Reference UID] [777.777.0.0.0.0.0.112291121600000000000 ]

whereas:

$ grep "Frame of R" /tmp/uniq.bug| uniq | sort

D 0020|0052 [UI] [Frame of Reference UID] [1.2.840.113619.2.55.1.1762893535.2378.1128606460.105.2770.0.11] D 0020|0052 [UI] [Frame of Reference UID] [1.2.840.113619.2.55.1.1762893535.2378.1128606460.105.2770.0.11] D 0020|0052 [UI] [Frame of Reference UID] [777.777.0.0.0.0.0.112291121600000000000 ]


demo file can be found here:
http://www.creatis.insa-lyon.fr/~malaterre/uniq.bug.bz2
(you need bunzip2)

Regards,
Mathieu




reply via email to

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