Append value(s) to an array

Loops through an array, running a command on each value.

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

Command
Copy
array_name+=(values)
Tags