Read more about the article Shell Scripting – Conditions
Shell Scripting – Conditions

Shell Scripting – Conditions

Shell Scripting – Conditions Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed loops in shell. https://cloudaffaire.com/shell-scripting-loops/ In this blog post, we will discuss conditions. Like any other scripting language, the shell also provides conditions. You can use conditions in a shell script for decision making. In shell we mainly use IF conditional statement for decision making. Shell supports if, if else and if elif else…

Comments Off on Shell Scripting – Conditions

Statements In Ansible

Statements in Ansible Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed operators in Ansible. https://cloudaffaire.com/operators-in-ansible/ In this blog post, we will discuss statements in Ansible. What is a statement? In computer programming, a statement is a syntactic unit of an imperative programming language that expresses some action to be carried out. A statement can be used as conditional or iterative. As already referenced in the…

Comments Off on Statements In Ansible