An array is a variable containing multiple values may be of same type or of different type. There is no […]

An array is a variable containing multiple values may be of same type or of different type. There is no […]
There are two types of bash for loops available. One using the “in” keyword with list of values, another using […]