Created
April 30, 2014 15:24
-
-
Save fabienhinault/f4081b4c16815a15de1d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| #!/bin/sed -f | |
| /^INSERT INTO `table_1/,/^\/\*!/ d | |
| /^INSERT INTO `table_2/,/^\/\*!/ d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment