Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dotancohen/d84ec8b1615b51dc845cd5821d7b58cc to your computer and use it in GitHub Desktop.
Save dotancohen/d84ec8b1615b51dc845cd5821d7b58cc to your computer and use it in GitHub Desktop.
grep -roE "do_action\s*\(\s*['\"](\w+)" . | awk -F"'|\"" '{print $2}' | sort -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment