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