$ grep -r "#bash" ./posts/

#bash

// 3 posts tagged with bash

01
/tutorials bash linode objectstorage delete

Delete Linode Object Storage BASH Script

Use a Bash script to delete the linode objects storage.

02
/devops bash linux

Loop over directories in bash and execute commands

How to loop over directories in bash and execute multiple commands

03
/tutorials git bash

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.