You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, I'm network not stable, reply not succeed before, please see following image.
sed -i '' "s/<pre>.*<\/pre>/<pre>($NEWNAME) $MD5<\/pre>/"~/Desktop/replace.html
replace to sed -i '' "s~<pre>.*</pre>~<pre>($NEWNAME) $MD5</pre>~" ~/Desktop/replace.html
Hi
having this issue when installing via curl in mac osx:
bad flag in substitute command: 'U'
and installation halts.
RESOLVED:
I was naming my project with absolute path: sed fails when using forwardslash.
If I execute in parent directory where I want my new project it instllas correctly.
/best
The text was updated successfully, but these errors were encountered: