Skip to content

Instantly share code, notes, and snippets.

@iissnan
Last active December 13, 2020 11:39
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iissnan/9ea420901ba5dd696f191dfb70a813c1 to your computer and use it in GitHub Desktop.
Save iissnan/9ea420901ba5dd696f191dfb70a813c1 to your computer and use it in GitHub Desktop.
Unix tail equivalent command in Windows Powershell
Get-Content ./log.log -Wait -Tail 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment