![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| appending a file using sed in ksh | smac | Shell Programming and Scripting | 3 | 01-02-2008 12:09 PM |
| appending to sed output of one file into the middle of file | go4desperado | Shell Programming and Scripting | 5 | 02-04-2007 10:20 PM |
| Reading specific contents from a file and appending it to another file | dnicky | Shell Programming and Scripting | 5 | 10-04-2005 02:45 AM |
| appending a file | chumba | UNIX for Dummies Questions & Answers | 1 | 05-24-2001 08:09 AM |
| Appending out to a file | Astudent | UNIX for Dummies Questions & Answers | 1 | 10-19-2000 11:17 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
My issue is the following:
I have several text files, let's say 10 of them. Each one has three columns separated by a tab: Date, Time and Value. What I want to do next is to have only one text file containing the information: Date, Time, Value1, Value2, Value3, ... , Value10, where Value1 corresponds to column Value of the first text file, Value2 corresponds to column Value of the second text file and so on. Could anybody give some clues or tell me how could I do what I want? Thank you very much. |
| Forum Sponsor | ||
|
|