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
  • 83,619
  • 74
  • 305
  • 448
Chopper3
  • 101,299
  • 9
  • 108
  • 239
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,361
  • 6
  • 36
  • 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,739
  • 2
  • 26
  • 27