Skip to content

Instantly share code, notes, and snippets.

@ivan4th
Created August 9, 2018 09:39
Show Gist options
  • Save ivan4th/d660407070a3a163dfaca55847fc53a6 to your computer and use it in GitHub Desktop.
Save ivan4th/d660407070a3a163dfaca55847fc53a6 to your computer and use it in GitHub Desktop.
sed
$ sed 's@\bSERVICE_apache\b@/opt/apache/bin@g'
SERVICE_apache QQQ
/opt/apache/bin QQQ
QQQ SERVICE_apache ZZZ
QQQ /opt/apache/bin ZZZ
SERVICE_apachehuyache
SERVICE_apachehuyache
FOOSERVICE_apache
FOOSERVICE_apache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment