Skip to content

Instantly share code, notes, and snippets.

@kares
Created February 24, 2010 14:29
Show Gist options
  • Save kares/313463 to your computer and use it in GitHub Desktop.
Save kares/313463 to your computer and use it in GitHub Desktop.
Gist '310321' globbing example
// all .jsp and .jspf not starting with '_'
def jsps = File.glob( "**/[^_]*.js{p|pf}" )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment