Possible Duplicate:
Text Editor for very big file - Windows

Notepad, notepad++, word, and wordpad all do not work.

link|improve this question
1  
Possible duplicate: superuser.com/questions/34749/… – Hello71 Dec 3 '10 at 2:39
Possible duplicate: superuser.com/questions/4044/… – Hello71 Dec 3 '10 at 2:39
feedback

closed as exact duplicate by Sathya, Sasha Chedygov, Diago Dec 3 '10 at 6:52

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.

3 Answers

gvim should work OK

link|improve this answer
feedback

FWIK, Ultra Edit supports edit large files, it won't load the whole file into memory but load some and edit some. But it's not free.

I guess there are many editors which based on mmap() will do the work.

link|improve this answer
Not mmap() but file mapping. msdn.microsoft.com/en-us/library/aa366556%28VS.85%29.aspx – Ignacio Vazquez-Abrams Dec 3 '10 at 5:46
feedback

LTFViewr5u is the best solution:

This program was designed for viewing large (>1GB) text files.
It uses little memory and is able to open a gigabyte file instantly.
Background file indexing makes browsing even faster.
It allows the user to perform high-speed complex text search by means of plain 
text or regular expression.
No installation is needed.
The executable is only 572KB!

http://www.swiftgear.com/

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.