$ grep -r "#bash" ./posts/
#bash
// 3 posts tagged with bash
01
›Delete Linode Object Storage BASH Script
Use a Bash script to delete the linode objects storage.
02
›Loop over directories in bash and execute commands
How to loop over directories in bash and execute multiple commands
03
›Cleanup merged branches from your repository [GIT]
Cleanup merged branches and remove dead branches from your repository. You can see how to make a very simple bash script to achieve this.