1

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?

Ian Mackinnon
  • 183
  • 2
  • 15

5 Answers5

7

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)

Kyle Brandt
  • 82,107
  • 71
  • 302
  • 444
Chopper3
  • 100,240
  • 9
  • 106
  • 238
1

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.

tcare
  • 11
  • 1
0

Tail Ace is the program

fmysky
  • 94
  • 6
0

Baretail is quick nice and small

Hubert Kario
  • 6,351
  • 6
  • 33
  • 65
0

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).

natxo asenjo
  • 5,641
  • 2
  • 25
  • 27