![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| merging two files | rameshonline | Shell Programming and Scripting | 14 | 04-06-2009 01:20 AM |
| merging of 2 files AWK, SHELL or something else | klut | Shell Programming and Scripting | 24 | 03-20-2009 09:45 AM |
| merging multiple timestamps into one | ChicagoBlues | UNIX for Advanced & Expert Users | 2 | 03-03-2008 06:21 PM |
| Merging two files | venommaker | UNIX for Dummies Questions & Answers | 4 | 01-10-2008 08:15 AM |
| merging colums from different files | ppass | Shell Programming and Scripting | 5 | 06-19-2006 07:26 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
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 I want one complete file but I am not sure how to merge them, any ideas? Cheers |
|
||||
|
Quote:
Hi, yes. Like this: Code:
new file CA-94061-TSS Tkb Sport Shop CA-95133-V Vollyrite TX-77007-WAD Wheels And Deals CA-96711-J Jocksports TX-75051-JSBS Joe's Bike Shop CA-97544-JT Just Bikes Mike |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|