The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



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 07:02 AM
replace strings in a file melanie_pfefer Shell Programming and Scripting 3 08-07-2008 07:55 AM
sed replace with fixed length McLan Shell Programming and Scripting 7 05-15-2008 03:57 AM
replace 2 identical strings on different lines prkfriryce Shell Programming and Scripting 3 06-15-2007 12:18 PM

Reply
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 06-18-2009
pbillast pbillast is offline
Registered User
  
 

Join Date: Jun 2009
Location: Belgium, Mechelen
Posts: 15
almost ...

(right about the unneeded g)

sed 's/\<oldtext\>/newtext/g'
(not all sed's support this)

almost does what you want except for the "oldtext-" line, since '-' is a word boundary too
  #2 (permalink)  
Old 06-18-2009
askumarece askumarece is offline
Registered User
  
 

Join Date: Jan 2008
Posts: 26
Sorry... I forgot add this line in my input file.... If I have the below line in my file then it will not work....

something something oldtext

So it will not work.....
  #3 (permalink)  
Old 06-18-2009
tkleczek tkleczek is offline
Registered User
  
 

Join Date: Jun 2009
Posts: 34
This substitues all occurances of oldtext that are surrounded either by blanks or by start/end of the line.
Code:
sed 's/\(^\|[[:blank:]]\)oldtext\([[:blank:]]\|$\)/\1newtext\2/' filename
Reply

Bookmarks

Tags
fixed string, replace, sheel script

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 08:36 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0