Suppose that I have a large text file with 100M lines; What is the most effective way to delete first N lines of it, such as 50M lines.
As I tried, only opening this file with vim will take several minutes.
Are there any more effective ways to accomplish this?