![]() |
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 |
| awk - list to tables | Lobaria | Shell Programming and Scripting | 10 | 04-24-2008 08:07 AM |
| extract data from html tables | Streetrcr | UNIX for Dummies Questions & Answers | 8 | 03-20-2008 06:14 AM |
| Routing tables | kingdbag | UNIX for Dummies Questions & Answers | 9 | 10-06-2006 08:01 PM |
| viewing tables | itldp | UNIX for Dummies Questions & Answers | 2 | 12-17-2003 09:19 AM |
| PHP: list into tables | perleo | Shell Programming and Scripting | 2 | 10-01-2003 09:50 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Converting tables of row data into columns of tables
I am trying to transpose tables listed in the [Input] format into [Output] format. Any help would be greatly appreciated.
Input: Code:
test_data_1 1 2 90% 4 3 91% 5 4 90% 6 5 90% 9 6 90% test_data_2 3 5 92% 5 4 92% 7 3 93% 9 2 92% 1 1 92% ... Code:
test_data_1 test_data_2 ... 1 2 90% 3 5 92% ... 4 3 91% 5 4 92% ... 5 4 90% 7 3 93% ... 6 5 90% 9 2 92% ... 9 6 90% 1 1 92% ... Chris Larson Just this guy. |
|
||||
|
Reborg,
Thanks. I should have clarified that the input data resides in a single file. Also, I'm not sure how paste is going to help place the tables into a columnar layout. What I'm looking for is a way to take a single file in the first format and end up with a file containing the date tables side by side [by side by side etc.]. In other words, the [Output] section is an example of what I would like the output file to look like. Chris Larson JustThisGuy |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|