![]() |
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 |
| variable substitution | giri_luck | Shell Programming and Scripting | 1 | 04-08-2009 08:27 AM |
| Sed variable substitution when variable constructed of a directory path | alrinno | Shell Programming and Scripting | 2 | 07-11-2008 03:24 PM |
| Variable Substitution | garak | Shell Programming and Scripting | 2 | 03-16-2006 08:55 PM |
| variable substitution | ck-18 | UNIX for Dummies Questions & Answers | 1 | 05-16-2003 09:44 AM |
| Substitution in a variable | spragueg | UNIX for Advanced & Expert Users | 3 | 10-18-2001 10:14 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
sed variable substitution problem
Hi,
I am facing a strange problem. I have a script that used the following to search and replace text: sed 's/'"${find_var_parm}"'/'"${find_var_filter}"'/g' $ParmFile > $TempFile The values of $find_var_parm and $find_var_filter are set based on search criteria. The above seems to be working for all scenarios except the following when $find_var_parm is $$FILTER_EDL_MBR= and $find_var_filter is $$FILTER_EDL_MBR= AND MBR.MBR_KEY IN( 'LQTMXCEQCYIpI!#@@#-A?*%--?!*?@@@#@?--','LQTMXCEQCYIpI!$@*@-I-?%?-?!!*%%?$&=@@--' ) The replaced text instead of being $$FILTER_EDL_MBR= AND MBR.MBR_KEY IN( 'LQTMXCEQCYIpI!#@@#-A?*%--?!*?@@@#@?--','LQTMXCEQCYIpI!$@*@-I-?%?-?!!*%%?$&=@@--' ) is actually ( 'LQTMXCEQCYIpI!#@@#-A?*%--?!*?@@@#@?--','LQTMXCEQCYIpI!$@*@-I-?%?-?!!*%%?$$FILTER_EDL_MBR=@@--' ) Can anyone please help? |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|