bug-coreutils
[Top][All Lists]
Advanced

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

problem with join command


From: kevin
Subject: problem with join command
Date: Thu, 03 Apr 2008 09:53:45 +0200
User-agent: Thunderbird 2.0.0.12 (X11/20080227)

I want to use join command with this 2 files :
test1:
1 a
2 a
3 a
45 a
78 a
152 a
1896 a

test2:
1 a
2 a
3 a
152 a
1896 a

When i do : join test1 test2
the result is :
1 a
2 a
3 a

and not :
1 a
2 a
3 a
152 a
1896 a

Thanks for your help

Kevin





reply via email to

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