# I am going to remove the activies insert from sql file because that huge aroudn 500MB # Below command will create a new sql file by removing the activities insert query sed '/INSERT INTO `activities`/d;/INSERT INTO `reconciliation_statement`/d;/INSERT INTO `activity_actions`/d' mydb.sql > reduced.sql