Created
August 1, 2014 05:07
-
-
Save mdeltito/586a93b02ba77a5575bf to your computer and use it in GitHub Desktop.
update all features matching a pattern
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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