I need a tail utility that works under windows and can monitor file on a network share. The ones I tried worked fine locally but not over SMB.
+2
A:
GNU utilities for Win32 has a native tail.exe that I just tested using an SMB path:
tail -f \\server\path\to\file
It seemed to work fine. I updated file
using Notepad and tail reported it in my cmd window.
Grant Wagner
2009-05-07 19:14:00