Created
August 22, 2012 02:56
-
-
Save sn00011/3421841 to your computer and use it in GitHub Desktop.
Drush delete multiple fields in one go
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
for field in field_hazard field_issue field_reference_msg field_sector; do drush field-delete $field -y; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I love drush, i love the shell, they save a lot of tedious work!