Created
March 29, 2016 23:32
-
-
Save aaronott/7c7b4e489e2d0c6f5ccc801b7ad3b032 to your computer and use it in GitHub Desktop.
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 t in `drush sqlq 'show tables like "cache%"'`; do `drush sqlq "truncate $t"`; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment