The UNIX and Linux Forums  

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




Thread: merge files
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 12-24-2007
koti_rama koti_rama is offline
Registered User
  
 

Join Date: Jun 2007
Posts: 50
merge files

Hi,
i have the files f1 and f2 like:
files f1:
c1 a1
c2 a2
c3 a3
file f2:
c1 b1
c2 b2
c3 b3

i want merge the f1 and f2 file to f3 file like:

c1 a1 b1
c2 a2 b3
c3 a3 b3........
....
.
.
please help me onthis.....

Last edited by koti_rama; 12-24-2007 at 01:44 AM..