Skip to content

Instantly share code, notes, and snippets.

@ohaal
Created June 16, 2016 09:04
Show Gist options
  • Save ohaal/179a019b326415877ba893bf32b7a563 to your computer and use it in GitHub Desktop.
Save ohaal/179a019b326415877ba893bf32b7a563 to your computer and use it in GitHub Desktop.
Roughly Tail -f equivalent in Powershell
Get-Content -Path <Filepath> -Wait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment