2

I want to get the continuous streaming of a Log file as we get using

tail -f command in Linux

In windows how can i achieve this?

vm101
  • 71
  • 1
  • 2
  • 9

1 Answers1

8
Get-Content -Path "file" -Wait
4c74356b41
  • 69,186
  • 6
  • 100
  • 141