Skip to content

Instantly share code, notes, and snippets.

@qerub
Last active December 16, 2015 18:00
Show Gist options
  • Select an option

  • Save qerub/5474835 to your computer and use it in GitHub Desktop.

Select an option

Save qerub/5474835 to your computer and use it in GitHub Desktop.
Follow-File for PowerShell
function Follow-File([string] $path) { Get-Content -Path $path -Wait -Tail 10 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment