When working with Bash and shell scripting, you might need to use conditions in your script.
In programming, conditions are crucial : they are used to assert whether some conditions are true or not.
In this tutorial, we are going to focus on one of the conditional statement of the Bash language : the Bash if else statement.