Created
August 9, 2014 00:42
-
-
Save wmfairuz/690e251a18440d62d3c2 to your computer and use it in GitHub Desktop.
toolkit
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
find . -regextype awk -regex "./*(.*controller\.xml|.*services.*\.xml|.*Screens\.xml|.*Forms\.xml|.*Services\.xml|.*Services\.java|.*\.ftl|.*\.js)" -exec grep -inrIH --color 'class="screenlet"' {} \; | |
find . -regextype awk -regex "./.*Screens\.xml" -exec grep -inrIH --color 'searchOptions' {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment