What editor/viewer to use to inspect large text based files?
Posted
by Turismo
on Super User
See other posts from Super User
or by Turismo
Published on 2009-07-15T22:54:18Z
Indexed on
2010/05/06
21:38 UTC
Read the original article
Hit count: 172
Are there any text editors/viewers (preferably on windows but other platforms are also ok) that can handle files of 500 MB or more?
The editors I checked so far (Notepad++, Notepad, Eclipse) all choked on files of that size.
Edit:
Many thanks for the great suggestions.
I tried gvim as it was the top voted and was available on Windows. I opened the file in a reasonable time. After that scrolling and searching was very smooth as long as syntax highlighting was turned off.
From the other editors mentioned TextPad and EmEditor both claim to be able to handle large files very well. EmEditor seems to be built exactly for editing large files.
I'll probably try both and report back.
© Super User or respective owner