Skip to content

Instantly share code, notes, and snippets.

@mcjim
Created December 10, 2014 17:09
Show Gist options
  • Save mcjim/1414b1e4422f3a532d74 to your computer and use it in GitHub Desktop.
Save mcjim/1414b1e4422f3a532d74 to your computer and use it in GitHub Desktop.
List code in feature .module files
find sites/all/modules/features/*/*.module -type f -print -exec cat {} \; > ~/Desktop/custom-code-in-features.txt
@mcjim
Copy link
Author

mcjim commented Dec 10, 2014

This assumes the features are in sites/all/modules/features/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment