Bash Bonanza Part 5: External Commands
Welcome back, fellow bashstronauts! Having previously discussed how arrays work with bash, I'd now like to discuss some subtleties of running external commands in Bash - that is, commands that
Read More »Welcome back, fellow bashstronauts! Having previously discussed how arrays work with bash, I'd now like to discuss some subtleties of running external commands in Bash - that is, commands that
Read More »If you using Kubernetes and GCloud between environments, check out this helpful bash script that will prompt you when you are making changes in production.
Read More »This is fourth part of the Bash Bonanza series! In this post we will explore arrays further. Starting from indexed arrays and key-value associative arrays.
Read More »This blog post covers bash functions and how to return variables from them. It only works for variables that contain strings.
Read More »Welcome to the second part of the Bash Bonanza series! We previously looked at the single quotes in bash as being the safe option for strings, as everything inside the
Read More »