up vote 2 down vote favorite
share [g+] share [fb]

Possible Duplicate:
Log viewer on Windows

Is there a text-editor for windows that can open for me first n lines of a large file? It would be nice if it could also open a set of lines from the middle of the file.

EDIT: Basically my requirement is that I want to analyze huge(>2GB) log files. So any good tool that can open huge files with some analysis capabilities(searching, text highlighting etc.) would be nice. I like notepad++ but it wouldn't open a file even of about 650 MB.

P.S. - Open source tools will be preferred.

link|improve this question
feedback

migrated from stackoverflow.com Aug 27 '09 at 14:20

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

closed as exact duplicate by studiohack Mar 16 '11 at 18:27

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.

3 Answers

This thread on serverfault should help you out.

link|improve this answer
feedback

BareTail might be of interest. On Unix you can use the tail command.

link|improve this answer
feedback

I use LogViewer at work and it's ok. It's also free :)

link|improve this answer
feedback