The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 02-10-2009
justbow justbow is offline
Registered User
  
 

Join Date: Dec 2008
Posts: 39
Question Combine file using shell script

Hi,

i have 2 file

1.txt :
Quote:
1,a
2,b
3,c
5,e
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,