On 12/6/2012 2:01 PM, Lars Noodén wrote:
On 12/06/2012 08:48 PM, John Hupp wrote:
sed -i -e 's/UPSCABLE usb/UPSCABLE ether' <somefile>
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
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!
--
Lubuntu-users mailing list
Lubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/lubuntu-users