Created
October 22, 2014 09:53
-
-
Save skwashd/d4f956edf74a6db626de to your computer and use it in GitHub Desktop.
Find all modules with sub modules
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
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