Skip to content

Instantly share code, notes, and snippets.

@wmfairuz
Created August 9, 2014 00:42
Show Gist options
  • Save wmfairuz/690e251a18440d62d3c2 to your computer and use it in GitHub Desktop.
Save wmfairuz/690e251a18440d62d3c2 to your computer and use it in GitHub Desktop.
toolkit
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