If you're just beginning Bash scripting, you may often find yourself repeating the same commands again and again in your scripts, but a better way exists. I will explain what "DRY" means and how you ...
In the video last week I showed how to use the bash complete command for simple use cases. Today I'll show you some of the additional ways that you can use the command for more complex scenarios. To ...
Many bash scripts use arguments to control the commands that they will run and the information that will be provided to the people running them. This post examines a number of ways that you can verify ...