Skip to content

Instantly share code, notes, and snippets.

@moduscreate
Created December 4, 2012 05:17
Show Gist options
  • Select an option

  • Save moduscreate/4200869 to your computer and use it in GitHub Desktop.

Select an option

Save moduscreate/4200869 to your computer and use it in GitHub Desktop.
x="a.b.c"; y="d.e"; z="b.c"; echo $x | sed -e "s/${z}/$y/g"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment