Skip to content

Instantly share code, notes, and snippets.

@vkathirvel
Created September 9, 2014 08:37
Show Gist options
  • Select an option

  • Save vkathirvel/32edc7825967caa67529 to your computer and use it in GitHub Desktop.

Select an option

Save vkathirvel/32edc7825967caa67529 to your computer and use it in GitHub Desktop.
SED Search Replace Domain
sed 's/old_domain/new_domain/g' < olddb.sql > newdb.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment