Skip to content

Instantly share code, notes, and snippets.

@nkgokul
Created February 19, 2015 06:58
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 nkgokul/c38731caa5bc17ecc779 to your computer and use it in GitHub Desktop.
Save nkgokul/c38731caa5bc17ecc779 to your computer and use it in GitHub Desktop.
Drush List all enabled non core module in comma separated format.
drush pml --type=Module --status=Enabled --no-core --pipe | paste -s -d,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment