bug-coreutils
[Top][All Lists]
Advanced

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

join bug?


From: Erez PERELMAN
Subject: join bug?
Date: Tue, 19 Sep 2006 10:44:48 -0700 (PDT)

hey, i think there is a bug in join command. i'm joining two sorted files and there is no joining for an expected mapping. here is the example:

f1:
79 53

f2:
791 834
79 82

join f1 f2 == blank

if i change f2 to:
1791 834
79 82

join f1 f2 == 79 53 82

thanks,
erez




reply via email to

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