Possible Duplicate:
What editor/viewer to use to inspect large text based files?
Text editor for very big file - Windows

When I want to view a large log file or other text file, opening it in Windows' notepad takes forever, yet I find myself doing it all the time.

Is there a better (faster at opening, scrolling) application for viewing large text files on Windows?

link|improve this question
feedback

migrated from stackoverflow.com Sep 17 '09 at 10:29

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by Diago Sep 17 '09 at 12:57

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.

15 Answers

up vote 2 down vote accepted

One of the Windows ports of less (command line text file viewer".

And avoid any need to load the whole file, or have any chance of changing it. And has strong (regex) search facilities.

link|improve this answer
feedback

Notepad++ is better and faster

link|improve this answer
5  
NotePad++ is locks up and is unstable for large (+50MB) files for me. – Ash Sep 17 '09 at 10:03
-1 Much as I like Scintilla ( the editor component Notepad++ wraps ), it doesn't handle large files well at all. Usually on Windows I end up having TextPad too just for large files. – Pete Kirkham Sep 17 '09 at 10:06
+1 for Notepad++. It's fast and useful. I didn't know about limitations with very large files and it hasn't hindered me yet. – Torben Gundtofte-Bruun Sep 17 '09 at 11:49
feedback

Try TextPad, it's free also.

link|improve this answer
1  
TextPad is shareware, it does cost (but is an excellent editor). – Richard Sep 17 '09 at 10:02
feedback

Total Commander's got a built-in text viewer (Lister/F3) which is much faster to open large files than notepad.

Lister can be enhanced with a variety of useful extensions

link|improve this answer
there is a freeware standalone version of Lister available here: ghisler.com/lister – T. Kaltnekar Sep 17 '09 at 12:23
feedback

Notepad++ is always a good choice for a text editor.

If the text file is extremely large, then from experience I find that a web browser is pretty good. Just drag and drop the text/log file into the browser window and it should open automatically.

link|improve this answer
feedback

The vim should be faster.

link|improve this answer
feedback

If you're talking very large files you probably want whats know as a "disk based editor" or a text editor that supports this. This type of editor does not load the entire file into RAM. Instead it only loads the part you're currently looking at.

A drawback of this is that often you don't get Undo capability. A couple of editors that can do disk editing are UltraEdit and EditPad Pro, but they're both not free.

link|improve this answer
feedback

EmEditor. Not free (unfortunately), but can edit large files on-disc. I switched to it from TextPad because of the latter's lack of Unicode support (in this day and age, tsk).

link|improve this answer
feedback

EditPlus seems better

link|improve this answer
feedback

To watch log files, I use mTail, which is especially suited to the task and fairly good.

Assuming you don't want to edit the log. If you want to edit it or edit large files then I've been very happy with EditPlus

link|improve this answer
feedback

I tried many text viewers and finally settled on V - The File Viewer as the fastest.
This a shareware at $20 (I paid).

link|improve this answer
feedback

On Windows i prefer Notepad++ (free) and Textpad (Shareware) for Large Files. For keeping up-to-date with logfiles mTail or baretail depending on licencing conditions.

On OSX if you want something free try TextWrangler. Tail comes for free there together with the OS.

link|improve this answer
feedback

UltraEdit is the best choice when I comes to text files on Windows. It can open text files without size limitations but costs money.

link|improve this answer
feedback

ConTEXT is wicked fast.

link|improve this answer
feedback

try programmers notepad. it also ia a nifty editor.

link|improve this answer
feedback

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