
02-10-2009
|
|
Registered User
|
|
|
Join Date: Dec 2008
Posts: 39
|
|
Combine file using shell script
Hi,
i have 2 file
1.txt :
2.txt
Quote:
1,pp
2,rr
3,hh
5,
7,oo
8,zz
|
then i would the result become :
Quote:
1,a,pp
2,b,rr
3,c,hh
5,e,
7,,oo
8,,zz
|
can anybody help me..
regards,
|