You are viewing a single comment's thread. Return to all comments →
My solution> #!/bin/bash
array=()
while read -r entrada || [ -n "entrada") done
echo ${array[3]}
Seems like cookies are disabled on this browser, please enable them to open this website
Display an element of an array
You are viewing a single comment's thread. Return to all comments →
My solution> #!/bin/bash
array=()
while read -r entrada || [ -n "entrada") done
echo ${array[3]}