这意味着我必须删除/编辑10G文本文件的前几行.在linux上最有效的方法是什么?
需要将整个文件加载到RAM中的程序将对我来说是一种过度的杀伤力.
hexedit程序可以这样做 – 它以块形式读取文件,因此打开一个10GB文件与打开一个100KB文件没有什么不同.
$hexedit largefile.sql.dump tab (switch to ASCII side) space (repeat as needed until your header is gone) F2 (save)/Ctrl-X (save and exit)/Ctrl-C (exit without saving)