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.