Skip to content

Instantly share code, notes, and snippets.

@NaClYen
Created December 8, 2021 03:33
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 NaClYen/e16cceeca6183643e262f577e2184732 to your computer and use it in GitHub Desktop.
Save NaClYen/e16cceeca6183643e262f577e2184732 to your computer and use it in GitHub Desktop.
windows powershell style grep
function grep {
$input | Out-String -Stream | Select-String -Pattern $args
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment