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
ftp username with back slash sam99 Shell Programming and Scripting 1 04-29-2008 09:19 AM
awk slash McLan Shell Programming and Scripting 6 04-09-2008 02:00 PM
grep for forward slash wxornot Shell Programming and Scripting 3 02-29-2008 10:01 PM
Globbing slash Wildcarding Question scotbuff Shell Programming and Scripting 4 02-02-2007 12:10 AM
touching a file which contains slash char axes High Level Programming 1 09-25-2006 05:54 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 12-28-2007
gseyforth gseyforth is offline
Registered User
  
 

Join Date: May 2002
Posts: 68
Help with SED and forward slash

Using the script: (Called replaceit)

#!/bin/ksh

String=$1
Replace=$2

sed -e "s/${orig}/${new}/g" oldfile.txt > newfile.txt

In oldfile.txt, I'm looking for: getenv("Work")
And change it To: /u/web

I execute the script:
replaceit "getenv(\""Work\"")" /u/web

I'm getting sed command garbled. I know it has something to
do with the slashes in /u/web

Can someone lead me in the right direction?
  #2 (permalink)  
Old 12-28-2007
frank_rizzo frank_rizzo is offline Forum Advisor  
Resident BOFH
  
 

Join Date: Dec 2007
Posts: 425
what happens if you change your sed statement to

Code:
sed -e "s!${orig}!${new}!g" oldfile.txt > newfile.txt
  #3 (permalink)  
Old 12-28-2007
gseyforth gseyforth is offline
Registered User
  
 

Join Date: May 2002
Posts: 68
Quote:
Originally Posted by frank_rizzo View Post
what happens if you change your sed statement to

Code:
sed -e "s!${orig}!${new}!g" oldfile.txt > newfile.txt
Works beautifully, thanks!
  #4 (permalink)  
Old 05-26-2008
rhxxx rhxxx is offline
Registered User
  
 

Join Date: May 2008
Posts: 1
nice. tks a lot!
Sponsored Links
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 03:08 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