Skip to content

Instantly share code, notes, and snippets.

@bvandreunen
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bvandreunen/3488705a1a04b95db143 to your computer and use it in GitHub Desktop.
Save bvandreunen/3488705a1a04b95db143 to your computer and use it in GitHub Desktop.
Replace double quotes with ticks in SQL dump
sed -i '.bak' 's/"/`/g' dump.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment