Skip to content

Instantly share code, notes, and snippets.

@skwashd
Created October 22, 2014 09:53
Show Gist options
  • Save skwashd/d4f956edf74a6db626de to your computer and use it in GitHub Desktop.
Save skwashd/d4f956edf74a6db626de to your computer and use it in GitHub Desktop.
Find all modules with sub modules
cd /path/to/modules/contrib && for module in $(gfind -type d -maxdepth 1 | cut -d/ -f2); do gfind $module -name \*.info ! -name $module.info; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment