How to Use Variables in Shell Scripting

In this post, we will discuss how to use variables in bash shell scripting with examples. In every programming language variables plays an important role , in Linux shell scripting we can use two types of variables : System Defined Variables & User Defined Variables. … Read more