21

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.

Mike B
  • 2,660
  • 14
  • 41
  • 59

8 Answers8

18

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 -f

DaveParillo
  • 14,505
  • 1
  • 39
  • 46
7

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.

steveschoon
  • 116
  • 3
  • 1
    Tail for win32 is a nice GUI application. Highlighting keywords can give you find -f file.txt | grep 'stuff' like functionality. – Justin Tanner Mar 24 '10 at 18:44
5

Just use the tail program from the cygwin project. this is "just" a ported UN*X tail command.

Gerd Klima
  • 962
  • 7
  • 9
3

We currently use this http://www.baremetalsoft.com/wintail/

Holmes
  • 634
  • 4
  • 5
2

I use UnxUtils which are native win32 ports of common gnu utilities. Then I don't have to bother with cygwin.

Jason S
  • 7,503
  • 16
  • 60
  • 79
0

You can checkout in'side log.

A Java tool I created, able to read local and distant log files using SSH. It is fairly simple to use.

Some more explanations: https://github.com/pschweitz/insidelog/wiki

Just download the version corresponding to your operating system, or the native jar release executable within your Java Runtime (requires java 8_40 or higher):

https://github.com/pschweitz/insidelog/releases

You can find a complete documentation (embedded with and in Github's page as well)

0

If you happen to have a version of git installed that comes with bash (for instance the one from https://git-scm.com), you can use the tail included with that.

rakslice
  • 2,608
  • 2
  • 21
  • 27
0

I can recommend LogExpert an other alternatives