Disable all ubercart modules


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

drush pm-list --status=enabled --pipe | grep 'uc_' | xargs -i drush pm-disable '{}' -y


Copy this code and paste it in your HTML
  1. http://drupal.stackexchange.com/questions/74840/how-do-you-disable-modules-in-bulk-via-drush-matching-a-specific-pattern

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.