bug-coreutils
[Top][All Lists]
Advanced

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

Bug or Feature in join?


From: Ulf Lorenz
Subject: Bug or Feature in join?
Date: Mon, 19 Feb 2007 15:56:42 +0100
User-agent: Icedove 1.5.0.9 (X11/20061220)

Hello,

I admit I haven't searched the bug database, just came across the following problem with join version 5.97.

Two files, A and B. B contains all numbers from 1 to, e.g., 12.

a) A contains the two lines
        1
        10

   The output of join is _only_ the line "1".

b) A contains the three lines:
        1
        9
        10
   Now the output is correct (i.e., the lines "1", "9", and "10")

Now I wonder, is this a bug or a feature? And if so, how do I turn it off?


Ulf




reply via email to

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