Don't escape the periods.
On Fri, 2020-11-13 at 21:10 +0000, Dean Eshleman wrote:
Hi,
I'm trying to use sed to find and replace an IP address in a Apache config file as part of switching over to our DR machine. I want to script the process rather than doing it manually. I need to replace 10.2.0.109 with 10.202.0.109. Here is what I have tried based on examples I found online. Since there are periods involved in the string, I thought I needed to escape them.
STRQSH CMD('sed "s/10\.2\.0\.109/10\.202\.0\.109" /home/jdeane/http_dr.conf > /home/jdeane/http_dr.conf')
When I run this, I receive an error "there is an incomplete substitution in a regular expression". Anyone have any ideas?
Dean Eshleman
Software Development Architect
Everence
1110 North Main Street
PO Box 483
Goshen, IN 46527
(800) 348-7468 ext. 3528
(574) 533-9515 ext. 3528
[Join our Talent Network]<
<
http://www.everence.com/careers>
http://www.everence.com/careers
Confidentiality Notice: This information is intended only for the individual or entity named. If you are not the intended recipient, do not use or disclose this information. If you received this e-mail in error, please delete or otherwise destroy it and contact us at (800) 348-7468 so we can take steps to avoid such transmission errors in the future. Thank you.
[
https://www.medtronsoftware.com/img/MedtronMinilogo.bmp] Kevin Bucknum
Senior Programmer Analyst
MEDDATA / MEDTRON
120 Innwood Drive
Covington LA 70433
Local: 985-893-2550
Toll Free: 877-893-2550
https://www.medtronsoftware.com
CONFIDENTIALITY NOTICE
This document and any accompanying this email transmission contain confidential information, belonging to the sender that is legally privileged. This information is intended only for the use of the individual or entity named above. The authorized recipient of this information is prohibited from disclosing this information to any other party and is required to destroy the information after its stated need has been fulfilled. If you are not the intended recipient, or the employee of agent responsible to deliver it to the intended recipient, you are hereby notified that any disclosure, copying, distribution or action taken in reliance on the contents of these documents is STRICTLY PROHIBITED. If you have received this email in error, please notify the sender immediately to arrange for return or destruction of these documents.
As an Amazon Associate we earn from qualifying purchases.