mysql shop -BNe "show tables like '[INSERT PATTERN HERE]'" | \ while read T; do mysql shop -e "drop table \`$T\`"; done
Nothing fancy here but this is much better than installing custom libraries to do the trick …
mysql shop -BNe "show tables like '[INSERT PATTERN HERE]'" | \ while read T; do mysql shop -e "drop table \`$T\`"; done
Nothing fancy here but this is much better than installing custom libraries to do the trick …