<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<div class="moz-cite-prefix"><font size="-1">On 12/6/2012 2:01 PM,
Lars Noodén wrote:</font><br>
</div>
<blockquote cite="mid:50C0EB9E.8020206@gmail.com" type="cite">
<pre wrap="">On 12/06/2012 08:48 PM, John Hupp wrote:
</pre>
<blockquote type="cite">
<pre wrap="">sed -i -e 's/UPSCABLE usb/UPSCABLE ether' <somefile>
</pre>
</blockquote>
<pre wrap="">
It could be this
sed -i -e 's/UPSCABLE usb/UPSCABLE ether/' <somefile>
or this
sed -i -e 's:UPSCABLE usb:UPSCABLE ether:' <somefile>
Regards,
/Lars
</pre>
</blockquote>
<font size="-1"><br>
I looked at the sed manpage multiple times, and somehow missed
that final slash when it came time to construct my script (and
missed it again and again when troubleshooting). Thanks!</font><br>
<br>
</body>
</html>