Search code examples
text-filestext-editorlarge-files

How to read large text file on windows?


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?


Solution

  • try this...

    Large Text File Viewer

    By the way, it is free :)

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