![]() |
|
|
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 |
| replacing a pattern in a file | ROOZ | Shell Programming and Scripting | 6 | 06-11-2008 01:04 PM |
| Replacing a line in a file - HELP!!! | maxmave | Shell Programming and Scripting | 1 | 06-05-2008 12:55 AM |
| replacing string in an XML file | subin_bala | Shell Programming and Scripting | 2 | 06-03-2008 08:14 AM |
| Replacing URL in a file with space | dsrookie | UNIX for Dummies Questions & Answers | 5 | 02-29-2008 04:58 AM |
| have a file with 300 columns | dummy_needhelp | Shell Programming and Scripting | 4 | 11-05-2007 01:08 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Replacing columns into another file
Hi, I have input file.
File1: Seqno Name 121 name1 122 name2 123 name3 124 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 121 place1 122 place2 124 place3 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 place1 122 place2 123 124 place4 Please help me how to do it. Thanks in advance. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|