Get a value from an array

Gets a value from an array and prints it to stdout.

Authored by: Wyatt-Stanke
Brought to you by Warp, a free terminal reimagined to work like a modern app.
array_name
index

Command
Copy
echo ${array_name[index]}
Tags