What's an efficient way to view the last N lines of a large log file in Windows XP?

Would it be possible to then associate this method with .log files when double-clicked in Explorer?

link|improve this question

25% accept rate
feedback

5 Answers

Have a look at "Tail for Windows". It boasts the following features on their web page:

A few features of Tail: * Watch multiple files in realtime
* Detect keyword matches, and highlight occurrences
* Send mail notifications on keyword matches by SMTP or MAPI
* Plugin architecture allows you to write specialized handlers
* Can process files of any size on all types of drive (local or networked)

link|improve this answer
feedback

Tail Ace is the program

link|improve this answer
The realtime update feature sounds helpful, though I'm a little surprised that its 6.6Mb! Will check it out... – Ian Mackinnon Oct 7 '10 at 14:57
feedback

Baretail is quick nice and small

link|improve this answer
feedback

you could also get the tail.exe from MS themselves: resource kit (shocking I know, but sometimes they do have the right tools, you just have to know where to find them).

link|improve this answer
feedback

The tail.exe from the Windows 2003 Resource Kit is very limited and does not support the same functionality as its Unix/Linux counterpart.

Check out the UnxUtils. It is native port to Win32 and does not have any external dependenies.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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