Skip to content

Instantly share code, notes, and snippets.

@JakeCoxon
Created April 23, 2014 18:03
Show Gist options
  • Save JakeCoxon/11226394 to your computer and use it in GitHub Desktop.
Save JakeCoxon/11226394 to your computer and use it in GitHub Desktop.
grep -E 'ExceptionLogger: .+ Account\(' --line-buffered | perl -lpe 's/^.+?Account\(([a-z0-9]+).+/Account \1/g' | perl -ne '$H{$_}++ or print' | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment