The UNIX and Linux Forums  

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
Did a Mistake with HACMP azzed27 AIX 13 10-21-2008 02:39 PM
error: initializer expression list treated as compound expression arunchaudhary19 High Level Programming 12 11-16-2007 06:44 AM
awk expression to find one or more zeros hnhegde Shell Programming and Scripting 3 10-19-2006 04:09 PM
Mistake in caculating Benchmark Average pja UNIX Benchmarks 0 02-27-2006 08:15 PM
Crontab Mistake!!! cstovall UNIX for Dummies Questions & Answers 4 07-17-2003 02:00 PM

 
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
Prev Previous Post   Next Post Next
  #1 (permalink)  
Old 02-16-2009
chebarbudo's Avatar
chebarbudo chebarbudo is offline
Registered User
  
 

Join Date: Nov 2008
Location: various
Posts: 188
Question Can't find the mistake in sed expression

Hi there,
Can anyone help me find the correct expression for sed.
I want to repace iface eth0 inet wathever
with iface eth0 inet static

Quote:
deneb:~# sed '/^iface eth0 inet (.*)/ s/\1/static/' /etc/network/interfaces
sed: -e expression #1, char 36: Invalid back reference
deneb:~# sed -r '/^iface eth0 inet (.*)/ s/\1/static/' /etc/network/interfaces
sed: -e expression #1, char 36: Invalid back reference
deneb:~# sed '/^iface eth0 inet \(.*\)/ s/\1/static/' /etc/network/interfaces
sed: -e expression #1, char 38: Invalid back reference
deneb:~# sed -r '/^iface eth0 inet \(.*\)/ s/\1/static/' /etc/network/interfaces
sed: -e expression #1, char 38: Invalid back reference
Thanks for your help
Santiago
 

Bookmarks

Tags
back reference, replace, sed

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:24 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