Created
May 22, 2014 21:39
-
-
Save roscius/2f5bd3606fd6061e70ae 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
| grep -n 'Table structure' dump.sql | |
| 19:-- Table structure for table `t1` | |
| 40:-- Table structure for table `t2` | |
| 61:-- Table structure for table `t3` | |
| sed -n '40,61 p' dump.sql > t2.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment