My favorite Bash hacks Improve your productivity with aliases and other shortcuts for the things you forget too often.
5 ways to improve your Bash scripts Find out how Bash can help you tackle the most challenging tasks.
Testing your Bash script In the fourth and final article in this series on automation with shell scripts, learn about initializing variables and ensuring your program runs correctly.
How to add a Help facility to your Bash program In the third article in this series, learn about using functions as you create a simple Help facility for your Bash script.
Creating a Bash script template In the second article in this series, create a fairly simple template that you can use as a starting point for other Bash programs, then test it.