Created
July 23, 2020 10:03
-
-
Save Ddedalus/279b0e41dea8121eacb84b7bac9a7530 to your computer and use it in GitHub Desktop.
Watch your log file live in PowerShell
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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