Skip to content

Instantly share code, notes, and snippets.

@cpilsworth
Created April 25, 2013 14:20
Show Gist options
  • Save cpilsworth/5460063 to your computer and use it in GitHub Desktop.
Save cpilsworth/5460063 to your computer and use it in GitHub Desktop.
grepping exceptions from log4j logs using powershell
cat error.log | select-string "\tat" -context 1,0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment