Case in shell scripting.

We have used if loop and while loop multiple times and without it no bash script has been completed. But at a times using those loops are very much helpful and you have to use CASE. Let’s see more about case in shell scripting Below is the sample code, which will print the capital after … Read more

Array in bash scripting.

Array in bash scripting is the great way to enhance your bash scripting, so let’s dive further into it. Array is used when you want to use your data in more structured manner, for example, if you have list of students and you want them to be stored then you can’t create variable for each … Read more