Created
September 9, 2014 08:37
-
-
Save vkathirvel/32edc7825967caa67529 to your computer and use it in GitHub Desktop.
SED Search Replace Domain
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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