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?
If you want to clear out the whole file a quick way is
cat /dev/null > writelog
See also this thread on unix.com.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With