joining two column

mannu jha mannu_0523 at rediffmail.com
Fri May 14 13:22:37 EDT 2010


Hi,

I have two different file 

file1:

a1 a2
a3 a4
a5 a6
a7 a8
 
file2:

b1 b2
b3 b4 
b5 b6
b7 b8

and I want to join them so the output should look like this:

a1 a2 b1 b2
a3 a4 b3 b4
a5 a6 b5 b6
a7 a8 b7 b8

how to do that?




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100514/91d4335c/attachment.html>


More information about the Python-list mailing list