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?
|
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
| |||
|
feedback
|
|
Have a look at "Tail for Windows". It boasts the following features on their web page:
| ||||
|
feedback
|
|
Tail Ace is the program | |||
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). | |||
|
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. | |||
|
feedback
|