Specialty Forums
Security and Virus
General Hardware
CPUs/Overclocking
Networking
Digital Photo/Video
Office Software
PC Gaming
Console Gaming
Programming
Database
Web Development
Digital Home

General Forums
Windows XP
Windows Vista
Windows 95/98
Windows Me
Windows NT
Windows 2000
Win Server 2008
Win Server 2003
Windows 3.1
Linux
PDAs
BeOS
Novell Netware
OpenVMS
Solaris
Disk Op. System
Unix
Mac
OS/2

Drivers
Driver Scan
Driver Forum

Software
Automatic Updates

BIOS Updates

My Computing.Net

Solution Center

Free IT eBook

Howtos

Site Search

Message Find

RSS Feeds

Install Guides

Data Recovery

About

Home
Reply to Message Icon Go to Main Page Icon

Handling // character with sed

Original Message
Name: bvsbabu
Date: October 10, 2006 at 07:57:02 Pacific
Subject: Handling // character with sed
OS: AIX Unix
CPU/Ram: AIX
Model/Manufacturer: HP
Comment:
I am trying to replace the text "*url" with the value "jdbc:oracle://localhost:1521;SID=dbinst".

The script I am using to replace the "*url" string is as below

`sed -e "s/$URL_UNIQ_TAG/$URL/" $ACT_FILE_NAME > $TEMP_FILE_NAME`

Here

$URL_UNIQ_TAG =*url

$URL=jdbc:oracle://localhost:1521;SID=dbinst

$ACT_FILE_NAME is the source file.


When I execute this, I am getting the following error

sed: command garbled: s/*URL/jdbc:oracle://localhost:1521;SID=dbinst/

Please help me..

Thanks in advance.



Report Offensive Message For Removal


Response Number 1
Name: nails
Date: October 10, 2006 at 09:33:03 Pacific
Subject: Handling // character with sed
Reply: (edit)
I'm not understanding what your final output should look like, but maybe I can get you started. You have two issues (I'm using ksh):

1) To embed shell variables in a sed script you have to surround them with quotes:


sed 's/'"${URL_UNIQ_TAG}"'/'"${URL}"'/g' act_file_name

2) You have special characters in your data
that probably have to be escaped:
URL="jdbc:oracle:\/\/localhost:1521;SID=dbinst"



Report Offensive Follow Up For Removal

Response Number 2
Name: bvsbabu
Date: October 10, 2006 at 11:25:21 Pacific
Subject: Handling // character with sed
Reply: (edit)
I can not edit the input as I don't know which format it is coming from. so I get the "jdbc:oracle:\\localhost:1521;SID=dbinst" value dynamically.

I even used the sed 's/'"${URL_UNIQ_TAG}"'/'"${URL}"'/g' act_file_name..

but no luck


Report Offensive Follow Up For Removal




Use following form to reply to current message:

   Name: From My Computing.Net Settings
 E-Mail: From My Computing.Net Settings

Subject: Handling // character with sed

Comments:

 
  Homepage URL (*): 
Homepage Title (*): 
         Image URL: 
 


Data Recovery Software




acer 312T BIOS problem

K7 Turbo possible max fsb?

Pc anywher problem

WinFLP & OE/Outlook2003

Computer resets after a few minutes


The information on Computing.Net is the opinions of its users. Such opinions may not be accurate and they are to be used at your own risk. Computing.Net cannot verify the validity of the statements made on this site. Computing.Net and Computing.Net, LLC hereby disclaim all responsibility and liability for the content of Computing.Net and its accuracy.
PLEASE READ THE FULL DISCLAIMER AND LEGAL TERMS BY CLICKING HERE

All content ©1996-2007 Computing.Net, LLC