Created
June 16, 2016 09:04
-
-
Save ohaal/179a019b326415877ba893bf32b7a563 to your computer and use it in GitHub Desktop.
Roughly Tail -f equivalent 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 -Path <Filepath> -Wait |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment