Delete all branches with names with 'x'2022. 3. 28.$ git branch | grep x | xargs git branch -D$ git branch | grep x | xargs git branch -Dgitshell