Are there any command like Unix "tail -f " ?
I'm developing a service program who writes log file in each 5 second.
Now, I want to watch changes of the contaxt of the file.
I know Unix porvides such program ,"tail -f ".
Does Windows has similar command?
Thanks
Charles Shao
docschnipp - 27 Mar 2005 11:07 GMT
> Are there any command like Unix "tail -f " ?
search for "wintail" or install cygwin, which provides a port of tail.
> I'm developing a service program who writes log file in each 5 second.
> Now, I want to watch changes of the contaxt of the file.
>
> I know Unix porvides such program ,"tail -f ".
>
> Does Windows has similar command?
Not built in.
> Thanks
>
> Charles Shao
doc