views:

1325

answers:

6

Hi there,

I have a large server log file (~750meg) 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?

A: 

You should try TextPad, it can read a file of that size.

www.textpad.com

It's free to evaluate (you can evaluate indefinitely)

AlbertoPL
+3  A: 

try this...

Large Text File Viewer

By the way, it is free :)

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

Daniel Silveira
Serverfault? It's in beta. How do I get an invite?And thanks for the viewer. Works a treat.
nedlud
serverfault isn't live yet- how can he ask it on there?
20th Century Boy
@nedlud Sorry, I forgot it was in beta...
Daniel Silveira
A: 

UltraEdit will do the trick.

JP Alioto
+1  A: 

Your problem is already solved in this question:

http://stackoverflow.com/questions/159521/text-editor-to-open-big-giant-huge-large-text-files

backslash17
A: 

EmEditor can open very large files.

Large File Support

EmEditor is capable of opening very large files using a large file controller. EmEditor opens up to 248 GB or 2.1 billion lines - whichever is reached first, when opening a file - with only a little memory. EmEditor skillfully handles files larger than 248 GB by opening a section of the file with the Large File Controller.

EJP
A: 

I hate to promote my own stuff (well, not really), but PowerPad can open very large files.

Otherwise, I'd recommend a hex editor.

George Edison