Different way to initialize array in bash shell. byAlFarhat •July 28, 2015 p13.sh #!/bin/bash array1[0]=one array1[1]=1 echo ${array1[0]} //print one … Read more