Skip to content

Instantly share code, notes, and snippets.

@GitKageHub
Created March 25, 2020 20:01
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 GitKageHub/caedb7e6c8161c1e56ce71946ee2253e to your computer and use it in GitHub Desktop.
Save GitKageHub/caedb7e6c8161c1e56ce71946ee2253e to your computer and use it in GitHub Desktop.
Powershell equivalent of tail -f
Get-Content $FILENAME -Wait -Tail 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment