Last active
September 11, 2017 11:10
-
-
Save dotancohen/d84ec8b1615b51dc845cd5821d7b58cc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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