Skip to main content
added 4 characters in body
Source Link
phuclv
  • 2.4k
  • 1
  • 23
  • 47

I have a log of 55GB in size.

I tried:

cat logfile.log | tail

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?

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?

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?

Became Hot Network Question
Source Link
Yi Qiang Ji
  • 162
  • 1
  • 1
  • 8

How do I read the last lines of a huge log file?

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?