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


You need to login to view comments.