Skip to content

Instantly share code, notes, and snippets.

@MikeMKH
Created June 9, 2017 17:11
Show Gist options
  • Select an option

  • Save MikeMKH/97b38013b1871f98ba1ed843efcca6f9 to your computer and use it in GitHub Desktop.

Select an option

Save MikeMKH/97b38013b1871f98ba1ed843efcca6f9 to your computer and use it in GitHub Desktop.
Powershell example of tail filtering a hot file
get-content FILE_NAME -wait | where {$_ -like "*STRING_TO_FILTER*"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment