bash Functions in Bash Scripting In this article, we will cover the basics of how to define, call, pass arguments to, and return values from bash functions. We will also look at recursive functions. 5 min read
bash Arithmetic Operations In Bash In this article, we will cover the main methods for doing arithmetic in Bash and demonstrate them with examples. 3 min read
bash Quoting in Bash Scripting In this article, we'll take an in-depth look at Bash quotations. 3 min read