tail command for Windows ?

  • Thread starter Thread starter flahmeshess
  • Start date Start date
F

flahmeshess

is there a tail command for Windows that I can tail a file while it
being written by another program ? thanks.
 
There are a couple of utils that will do a tail, all of them (in my
experience) lock the file you are tailing, which won't allow the application
that created the file to create a new one when it wants to. This is not a
problem with tail in Unix..........
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top