You are viewing a single comment's thread. Return to all comments →
Using mapfile:
mapfile -n 5 -s 3 -t array echo "${array[@]}"
Seems like cookies are disabled on this browser, please enable them to open this website
Slice an Array
You are viewing a single comment's thread. Return to all comments →
Using mapfile: