我有一个大约250M的文件,我想用
我想要分割的行如下: p>
第二个文件应该包含上面的字符串。 p>
div> sed <分成两个文件 ubuntu中的/ code>命令。 p>
DROP TABLE IF EXISTS` captcha_log` CREATE TABLE IF NOT NOT EXISTS` captcha_log`
code> pre>
I have a file of around 250M, which I want to split into two using the
sed
command in ubuntu.
The line from which I wan to split is like:
DROP TABLE IF EXISTS `captcha_log`CREATE TABLE IF NOT EXISTS `captcha_log`
The second file should include the above string.