Skip to content

Instantly share code, notes, and snippets.

@Ddedalus
Created July 23, 2020 10:03
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 Ddedalus/279b0e41dea8121eacb84b7bac9a7530 to your computer and use it in GitHub Desktop.
Save Ddedalus/279b0e41dea8121eacb84b7bac9a7530 to your computer and use it in GitHub Desktop.
Watch your log file live in PowerShell
Get-Content .\log\your_log.log -Tail 0 -Wait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment