Possible Duplicate:
Text Editor for very big file - Windows
I need one editor which can edit huge sizes(100 MB to GBs) of log files in windows.
I need one editor which can edit huge sizes(100 MB to GBs) of log files in windows.
| ||||
feedback
|
This question came from our site for professional and enthusiast programmers.
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
You may have a look at gVim. But i think your question is already answered here! | |||
|
feedback
|
|
Do you mean actually edit or just view. I can't think of any other use case other than fraud where you'd want to change a log file :-) For viewing log files, I just use | |||
feedback
|
|
I've edited large log files with Notepad++, slow as it was, it didn't crash. | |||||
feedback
|
|
Try FirstObject XML Editor. You can just ignore the XML features. | |||
|
feedback
|
|
Could you describe what's your purpose ? more then 100mb is too large to edit by a human. Use the sed, perl, or any scripting as the editor is better. | |||
feedback
|
|
I believe both the 'vim' and 'emacs' editors handle large files very well (i.e. no slowdown, they don't load the whole file into memory at once). Both are available for windows, but installation may not be completely straight-forward. If you're familiar with either editor, or know your way around the computer well enough then they may prove useful.
| |||
|
feedback
|