Skip to content

Instantly share code, notes, and snippets.

@daniiiol
Created May 7, 2015 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daniiiol/425710bd2d88dd21bbf6 to your computer and use it in GitHub Desktop.
Save daniiiol/425710bd2d88dd21bbf6 to your computer and use it in GitHub Desktop.
Tail -f with Powershell
cls
Get-Content -Path "C:\Sites\Sample-Site\WebApplication\App_Data\Data\logs\log.20150507.174934.txt" -Tail 1 –Wait | Get-Content -Path "C:\Sites\Sample-Site\WebApplication\App_Data\Data\logs\audit.20150507.174934.txt" -Tail 1 –Wait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment