Hi,
I have this output file:
RET1 Src1
Tgt1 5
Tgt2 6
Tgt3 8
.
.
I want to read other data and add the results in the third column of previous output file.. to get this one:
RET1 Src1 Src2
Tgt1 5 2
Tgt2 6 3
Tgt3 8 1
.
.
How can I add the new data to be in columns?..
Thanks
I have this output file:
RET1 Src1
Tgt1 5
Tgt2 6
Tgt3 8
.
.
I want to read other data and add the results in the third column of previous output file.. to get this one:
RET1 Src1 Src2
Tgt1 5 2
Tgt2 6 3
Tgt3 8 1
.
.
How can I add the new data to be in columns?..
Thanks