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
substituting neyo Shell Programming and Scripting 1 03-08-2008 10:08 AM
Perl: finding pattern and substituting hkjang Shell Programming and Scripting 1 03-03-2008 09:07 PM
substituting a long line in a file neyo Shell Programming and Scripting 4 03-03-2008 06:16 AM
Substituting variable with current time jhansrod Shell Programming and Scripting 4 11-20-2005 08:20 PM
substituting shell variables suds19 Shell Programming and Scripting 1 10-16-2002 08:55 AM

Closed Thread
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 09-26-2006
jyotipg jyotipg is offline
Registered User
  
 

Join Date: Oct 2001
Location: Bangalore
Posts: 95
Substituting with value of variable in Sed

Hi,

I have a program in which i have to substitute a TAG in a file with the value of a variable.

Code Snippet:
----------------
myvar=1234

sed 's/_TAG_/$myvar/' infile outfile

When I run this command, the _TAG_ in the "infile" is substituted with "$myvar" but NOT the value "1234" as desired by me.

Is there anyway to do it??

Thanks,
Jyoti
  #2 (permalink)  
Old 09-26-2006
jim mcnamara jim mcnamara is offline Forum Staff  
...@...
  
 

Join Date: Feb 2004
Location: NM
Posts: 5,754
Code:

sed "s/_TAG_/$myvar/" infile > outfile
Closed Thread

Bookmarks

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 10:22 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