Just pesuocode but this is essentially what I would like to do.
Array=("1" "Linux" "Test system"
"2" "Windows" "Workstation"
"3" "Windows" "Workstation")
echo "number " ${array[search "$1"]} "is a" ${array[search "$1" +1]} ${array[search "$1" +2])}
Is this possible with bash? I could only find info on search and replace. I didn't see anything That would return and index.