[Lubuntu] sed error: -e expression ... unterminated `s' command

Lars Noodén lars.nooden at gmail.com
Thu Dec 6 19:01:50 UTC 2012


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



More information about the Lubuntu-users mailing list