How do I read the last lines of a huge log file?
16
votes
5
answers
11434
views
I have a log of 55GB in size.
I tried:
cat logfile.log | tail
But this approach takes a lot of time. Is there any way to read huge files faster or any other approach?
Asked by Yi Qiang Ji
(162 rep)
Feb 20, 2024, 03:52 PM
Last activity: Jul 6, 2024, 01:22 PM
Last activity: Jul 6, 2024, 01:22 PM