How to read large text file on windows?

nedlud picture nedlud · May 11, 2009 · Viewed 225.4k times · Source

I have a large server log file (~750 MB) which I can't open with either Notepad or Notepad++ (they both say the file is too large).

Can anyone suggest a program (for Windows) that will only read a small part of the file into memory at a time?

Or do I need to write my own app to parse this file?

Answer

Daniel Silveira picture Daniel Silveira · May 11, 2009

try this...

Large Text File Viewer

By the way, it is free :)

But, I think you should ask this on serverfault.com instead