Skip to content

Instantly share code, notes, and snippets.

@dustincurrie
Created October 4, 2011 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dustincurrie/1262560 to your computer and use it in GitHub Desktop.
Save dustincurrie/1262560 to your computer and use it in GitHub Desktop.
Get list of all enabled modules on a drupal site
drush sm | grep Enabled | gawk '{if (match($0,/\((.*)\)/,f)) print f[1]}' | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment