Delete Lines from Huge Files
18 Aug 2018 Linux tipseditorvimWith huge files, tasks that as simple as removing first or last several lines could become hard. If you try to open a huge file with vim, the chance is that the system gets stuck struggling to load the huge file into memory. This post has several alternative approaches to delete lines from huge files.
