sed unterminated substitute pattern code example
Example: unterminated substitute in regular expression
Remember to add delimiter with next structure:
sed -i "" "s/to_replace/replacmente/"
Remember to add delimiter with next structure:
sed -i "" "s/to_replace/replacmente/"