Write the shell script program to assign the value in array variable , retrieve from the array with help of for loop
Write the shell script program to assign the value in array variable is AIX, BSD, SOLARIS,HP-UX and retrieve from the array with help of for loop statement and display the elements and
number of elements of array.
How can I solve this?
Thi…