Those of you familiar with bash's select builtin know that the automated layout of choices is a nic...
Introduction Making source code easier to read without significantly increasing its size i...
Introduction This morning when I took a walk with my son, I asked him to come up with a Ba...
Introduction For those who are new to *nix shells like Bash, the underlying framework of s...
Introduction Bash is an interpreted language not often associated with object oriented pro...
In a previous post I introduced the return stack facility for Bash. Now I present an example of how t...
Problem To say that Bash has many idiosyncrasies is an understatement. One of the most tro...
Announcing the birth of the Bash++ project on Github! The goal of this project is to provide accessib...
At first glance it may seem that returning an array from a Bash function is not possible. This is not...
Bash is very useful when it comes to automating system administration tasks. Sometimes you need to...