![]() |
|
|
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 |
| Changing one column of delimited file column to fixed width column | manneni prakash | Shell Programming and Scripting | 5 | 06-22-2009 06:27 AM |
| Writing output into different files while processing file using AWK | vidyak | Shell Programming and Scripting | 6 | 05-04-2009 02:49 PM |
| Column means for multiple files | larrymuli | Shell Programming and Scripting | 3 | 01-08-2009 11:57 AM |
| Writing given value into a file in particular record and column | shreekrishnagd | Shell Programming and Scripting | 4 | 11-19-2008 07:01 AM |
| Multiple processes writing on the same file simultaneously | Sayantan | Shell Programming and Scripting | 1 | 01-23-2008 03:28 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
I have several files that are being generated every 20 minutes. Each file contains 2 columns. The 1st column is Text, 2nd column is Data.
I would like to generate one single file from all these files as follows: One instance of 1st column Text, followed by 2nd column Data separated by Comma. All files are of the same line length and have 2 columns of data. example: File #1 USER bob WAIT 20 JOBS 2 DONE 9 File #2 USER john WAIT 30 JOBS 4 DONE 3 File #3 USER lisa WAIT 120 JOBS 7 DONE 4 Combined Single File: USER bob, john, lisa WAIT 20, 30, 120 JOBS 2, 4, 7 DONE 9, 3, 4 Thanks appreciate any help -- Subha |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|