bug-coreutils
[Top][All Lists]
Advanced

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

bug#12847: comm wrong output


From: gregrwm
Subject: bug#12847: comm wrong output
Date: Fri, 9 Nov 2012 15:54:12 -0600

coreutils       8.13-3.2ubuntu2 (quantal)

using the attached files:
$  LC_ALL=C sort rqb.2012-11-07. >/tmp/pC   #ensure inputs are sorted
$  LC_ALL=C sort a0>/tmp/qC
$  LC_ALL=C comm -2 /tmp/[pq]C>/tmp/-2
$  LC_ALL=C comm -23 /tmp/[pq]C>/tmp/-23

the 2 comm commands produce identical output!
oughtn't the latter command only show lines unique to FILE1?

Attachment: rqb.2012-11-07.
Description: Binary data

Attachment: a0
Description: Binary data


reply via email to

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