Are there any command like Unix "tail -f " ?

  • Thread starter Thread starter cyshao
  • Start date Start date
C

cyshao

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
 
cyshao said:
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
 
Back
Top