```bash git branch -D $(git branch | grep 3.2*) ``` [Stackoverflow::regexp 사용하는 방법 참조](https://stackoverflow.com/questions/3670355/can-you-delete-multiple-branches-in-one-command-with-git)