Question: Examine the following shell script: #1 /bin/bash array-( one two three for i in $(array]H do amissing line of code done What should the missing

Examine the following shell script: #1 /bin/bash array-( one two three for i in "$(array]H do amissing line of code done What should the missing line of code (indicated by the second comment) be, if one wants to echo out the contents of the array called "array" at the current index "i"? Choose one of the following: echo S echo i echo Si0 echo arrayli echo Sarrayle
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
