Use drush to dump a space separated list of enabled modules to a text file.


/ Published in: Bash
Save to your folder(s)

Dumps a space separated list of enabled modules to a text file mods_enabled.txt


Copy this code and paste it in your HTML
  1. drush statusmodules --pipe | cat > mods_enabled.txt

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.