bug-coreutils
[Top][All Lists]
Advanced

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

bug#48171: Possible Bug in comm 8.32


From: Jon Forrest
Subject: bug#48171: Possible Bug in comm 8.32
Date: Sun, 2 May 2021 11:54:48 -0700
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.10.0

This is on Fedora 34 server.

$ uname -a
Linux fedora 5.11.16-300.fc34.x86_64 #1 SMP Wed Apr 21 13:18:33 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

$ comm --version
comm (GNU coreutils) 8.32

Consider the 2 attached files f1.txt and f2.txt. They're already sorted.

$ comm -12 f1.txt f2.txt
1O55
1O56

This means that 1055 and 1056 are in both files. However, this isn't
true.

$ fgrep 1055 f1.txt f2.txt
f1.txt:1055
$ fgrep 1056 f1.txt f2.txt
f1.txt:1056

Note that these lines are only in f1.txt. This looks like
a bug.

Please advise.

Cordially,
Jon Forrest

Attachment: f1.txt
Description: Text document

Attachment: f2.txt
Description: Text document


reply via email to

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