Bash

Articles and tutorials about the most widely used shell in the Linux and Unix-like world.

Bash

Functions in Bash

In this article, we will explore what functions are in Bash, how they are defined, what their main characteristics are, and how to use them effectively.

Using subshells in Bash

In this article, we will explore what subshells are, how to use them, and why they can be essential in developing efficient and flexible Bash scripts.

Back to top