![]() |
|
|
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 |
| match field between 2 files | phamp008 | Shell Programming and Scripting | 8 | 01-23-2008 07:46 AM |
| sed - Replace Line which contains the Pattern match with a new line | kousikan | Shell Programming and Scripting | 2 | 03-24-2007 07:24 AM |
| sort & match multiple files | nazri76 | Shell Programming and Scripting | 4 | 07-28-2006 03:17 AM |
| Match & append the files | shashi_kiran_v | UNIX for Dummies Questions & Answers | 2 | 12-14-2005 07:21 AM |
| Replace text in match files | wilsonchan1000 | UNIX for Dummies Questions & Answers | 1 | 12-16-2002 09:21 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Match and replace in different files
Hi,
I want to replace the content in 3rd column in the first file by the line in the 2nd file (a list) if matches with 1st column of 2nd file. There are many 1st files in different directories: File1 172.27.1.15 222 I_J_Mar_Sci_34_27.pdf 172.27.28.1 489 Sci_Cult_71_60.pdf 172.27.12.5 98 chap7_ref.pdf 172.27.1.73 98 chap7_ref.pdf File2 chap7_ref.pdf NAP chap1.pdf NAP I_J_Mar_Sci_34_27.pdf NACP Sci_Cult_71_60.pdf OAP Human.pdf NAP Required Output 172.27.1.15 222 I_J_Mar_Sci_34_27.pdf NACP 172.27.28.1 489 Sci_Cult_71_60.pdf OAP 172.27.12.5 98 chap7_ref.pdf NAP 172.27.1.73 98 chap7_ref.pdf NAP Is it possible to solve the problem with shell script or Perl script and what will be the code? |
|
||||
|
Thanks
Thanks for your code. I could able to my required task. I also could able to do the task in files where the columns inter change
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|