![]() |
|
|
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 |
| Merging two files | venommaker | UNIX for Dummies Questions & Answers | 4 | 01-10-2008 08:15 AM |
| Merging info | Manan | Shell Programming and Scripting | 3 | 05-20-2006 08:51 AM |
| Merging Help | kumarc | Shell Programming and Scripting | 3 | 05-04-2006 03:24 PM |
| Extracting columns from different files for later merging | kingkong | UNIX for Dummies Questions & Answers | 2 | 11-23-2005 03:21 AM |
| merging few columns of two text files to a new file | kolvi | Shell Programming and Scripting | 4 | 09-15-2005 05:34 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hi, I have input file.
File1: Seqno Name 124 name1 121 name2 123 name3 122 name4 We will send the file1 to some other team. They will replace name column with place in file1 and send back to us as file2. file2: Seqno Place 124 place1 121 place2 123 place3file2: And then we will replace the name with place based on row-id and output file should only contain the row-id and place as shown below. Output: File1: Row-id Place 121 place2 122 123 place3 124 place1 Please help me how to do it. Thanks in advance. |
| Bookmarks |
| Tags |
| solaris |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|