![]() |
|
|
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 |
| ksh: cmd output to input of another script | IMTheNachoMan | Shell Programming and Scripting | 2 | 04-27-2008 10:58 AM |
| Using output to input another command | rodrimuino | Shell Programming and Scripting | 3 | 02-14-2008 12:37 PM |
| Using Output from one command as input to another | BkontheShell718 | Shell Programming and Scripting | 2 | 12-26-2007 04:23 PM |
| kickstart output/input | maskot | Red Hat | 3 | 05-31-2007 11:24 AM |
| log script input and output using tee ? | moseschrist | Shell Programming and Scripting | 0 | 11-12-2006 03:32 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hi Experts!!!!
Tried a lot but in vein,no success, please help to achieve this LOGIC behind is first field is reffrance row field, the second field shoud be made titles of coulmn and the the third field is made as matrix value. And if they dont match the matrix value should be 0. (Unix (Shell, perl, awk, sed, tr or one liner will do). INPUT FILE: 1000K,MINE,345654 1000K,YOUR,909285 200K,MINE,886049 50K,MINE,277339 50K,YOUR,210002 100K,YOUR,995994 100K,MINE,999996 500K,HIS,656565 200K,HIS,45103 1000K,HER,323232 OUTPUT FILE: K,MINE,YOUR,HIS,HER 1000K,345654,909285,0,323232 200K,886049,0,45103,0 50K,277339,210002,0,0 100K,999996,995994,0,0 500K,0,0,656565,0 Thanks A lot For interest and solution. ![]() War doesnt determine who is right, it determines who is left. Last edited by ashis.tewari; 12-09-2008 at 02:33 AM.. Reason: No ANswer |
| Bookmarks |
| Tags |
| shell script, shell scripting, unix scripting, unix scripting basics |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|