Skip to content

Instantly share code, notes, and snippets.

@nobu666
Created February 15, 2013 07:12
Show Gist options
  • Save nobu666/4958944 to your computer and use it in GitHub Desktop.
Save nobu666/4958944 to your computer and use it in GitHub Desktop.
find . -type f -name '*.php' | xargs awk '/catch \(.*Exception/ {getline; if ($0 ~/^[ \\t]*?}[ \\t]*?$/) { print FILENAME ":" FNR ":" $0; }}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment