bug-textutils
[Top][All Lists]
Advanced

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

bug in join ?


From: durif_philippe
Subject: bug in join ?
Date: Fri, 24 Nov 2000 16:58:15 +0100 (CET)

Hello,

I think there is a bug in "join" :

join --version
join (GNU textutils) 1.22

uname -a
Linux saison.lifl.fr 2.2.5-15 #1 Mon Apr 19 23:00:46 EDT 1999 i686 unknown


The problem is that when there is a space at the end
a line of the file -2, join inserts a new separator at the
end of the line produced.

For exemple
---------------
cat a
1:2:3
---------------
cat b
5:2:7 
6:2:8
---------------
join -t ':' -1 2 -2 2 a b
2:1:3:5:7 :
2:1:3:6:8
---------------

Best regards
Philippe Durif (address@hidden)



reply via email to

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