![]() |
|
|
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 |
| two files.say a and b.both have long columns.i wanna match the column fron 1st file w | TRUPTI | UNIX for Dummies Questions & Answers | 4 | 10-17-2008 02:17 PM |
| Insert first line of a file to first column of remaining files | a_artha | Shell Programming and Scripting | 5 | 07-28-2008 06:47 AM |
| How to check Null values in a file column by column if columns are Not NULLs | Mandab | Shell Programming and Scripting | 7 | 03-15-2008 09:57 AM |
| join cols from multi files into one file | vbshuru | Shell Programming and Scripting | 2 | 11-20-2003 12:52 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
I'm new of UNIX shell scripting. I'm recently generating a excel report in UNIX(file with delimiter is fine). How should I make a script to do it?
1 file to join comes from output of one UNIX command, the second from another UNIX command, and third from a database query. The key columes of all these 3 files come from a mapping file. It's basically as following: MappingFile: =========== job1 a_name1 job2 c_name2 job3 b_name3 job4 e_name4 file1_toJOIN: ============ b_name3 12:00:03 15:00:09 e_name4 10:30:00 11:00:00 c_name2 09:40:00 10:12:00 a_name1 22:00:00 23:00:00 file2_toJOIN: ============= job2 tom 22 job1 dan 18 job4 jim 25 job3 kim 20 the spreadsheet format to generate: =========================== job1 22:00:00 23:00:00 01:00:00 dan 18 ...... Appreciate your help! |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|