Skip to content

Instantly share code, notes, and snippets.

@mdeltito
Created August 1, 2014 05:07
Show Gist options
  • Save mdeltito/586a93b02ba77a5575bf to your computer and use it in GitHub Desktop.
Save mdeltito/586a93b02ba77a5575bf to your computer and use it in GitHub Desktop.
update all features matching a pattern
drush fu | grep <pattern> | while read line; do drush fu -y "$line"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment