I have a log file on server called writelog
which is about 2GB
.
I want to delete first 100,000
lines from the file. I could open the file and delete those lines but because of the file size it takes me forever to download it.
So, is it possible to do this from Linux terminal? If yes how?