![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| Help to replace character strings | rahulrathod | UNIX for Dummies Questions & Answers | 5 | 12-18-2008 05:26 AM |
| To replace string between two strings | amit1_x | Shell Programming and Scripting | 1 | 10-07-2008 06:02 AM |
| replace strings in a file | melanie_pfefer | Shell Programming and Scripting | 3 | 08-07-2008 06:55 AM |
| sed replace with fixed length | McLan | Shell Programming and Scripting | 7 | 05-15-2008 02:57 AM |
| replace 2 identical strings on different lines | prkfriryce | Shell Programming and Scripting | 3 | 06-15-2007 11:18 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Replace fixed strings only
Hi All,
I just need to do find and replace in a file.... say for eg I have the input file like below: in.txt ##### oldtextoldtext oldtext oldtext oldtext oldtext123 oldtext- oldtext I need to replace oldtext to newtext... my output file should come like below.. out.txt ###### oldtextoldtext newtext newtext newtext oldtext123 oldtext- newtext Pls help me.... Thanks in advance Saravana |
| Bookmarks |
| Tags |
| fixed string, replace, sheel script |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|