Skip to content

Instantly share code, notes, and snippets.

@slimane
Last active August 29, 2015 13:56
Show Gist options
  • Save slimane/8838138 to your computer and use it in GitHub Desktop.
Save slimane/8838138 to your computer and use it in GitHub Desktop.
Select-String -path "*.log" -casesensitive -pattern "変数\s+\w+\s+は初期化されていません。|MERGE\s+ステートメントに\s+BY\s+値を繰り返す|(WARNING|ERROR):|^(WARNING|ERROR)" -Encoding default | format-custom -GroupBy filename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment