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 10-03-2006
jack1981 jack1981 is offline
Registered User
  
 

Join Date: Jul 2006
Posts: 42
merging multiple log files

Hello,

I have 8 sql loader scripts which produce ".bad" file if there is any errors, how can I join the contents of these files together in one column?


Code:
file 1

CA-94061-TSS    Tkb Sport Shop                              
CA-95133-V        Vollyrite                                   
TX-77007-WAD    Wheels And Deals 

file 2

CA-96711-J       Jocksports                                  
TX-75051-JSBS  Joe's Bike Shop                             
CA-97544-JT     Just Bikes

etc

I want one complete file but I am not sure how to merge them, any ideas?

Cheers