Is there way have windows XP show me updates to a log file as they happen? I'm thinking of something similar to tail -f <file path> in the linux realm.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
|||
|
|
Using Windows Powershell, you can use Get-Content < filename > -wait There's also a discussion of a Windows Server 2003 tools package that has a tail program which supports |
|||
|
|
|
I have had good luck with http://sourceforge.net/projects/tailforwin32/. It has some nice options for fonts, colors and keyword highlighting. Feels lightweight and fast to me. |
|||||
|
|
Just use the |
|||
|
|
|
We currently use this http://www.baremetalsoft.com/wintail/ |
|||
|
|
|
I use UnxUtils which are native win32 ports of common gnu utilities. Then I don't have to bother with cygwin. |
|||
|
|
|
I can recommend LogExpert an other alternatives |
|||
|
|