SED - stream editor |
| Saturday, 14 January 2012 13:31 | |||
|
Sed - An Introduction and Tutorial by Bruce Barnett Resuming from mid-way through an import from(Ben Nolan - Big MySql Imports) cat dump.sql | sed -n -e '/`some_table_name`/,$p' | mysql --init-command="SET foreign_key_checks = 0;" database_name
|
|||
| Last Updated on Saturday, 14 January 2012 13:32 |

