Hector G. wrote:
> I have two files listed below, Is there something wrong with my file or
> with the command 'join'?
Thanks for the report. However I cannot recreate your failure. I
tried both coreutils-6.9 as well as the latest version.
> [EMAIL PROTECTED] tmp]# join -a 1 aa.txt bb.txt
> A
Hi,
I have two files listed below, Is there something wrong with my file or
with the command 'join'?
[EMAIL PROTECTED] tmp]# cat aa.txt
11 aaa 1 2 3 4 5 6a
12 bbb 1 2 3 4 5 6n
13 ccc 1 2 3 4 5 6c
14 dd 1 2 3 4 5 6d
15 ee 1 2 3 4 5 6e
[EMAIL PROTECTED] tmp]# cat b