I have a log file on a server called writelog which is around 2GB .
I want to remove the first lines of 100,000 from a file. I could open the file and delete these lines, but because of the size of the file, which is required for me forever to download it.
So, can this be done from a Linux terminal? If so, how?
source share