We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the dotfiles wiki!
declare -A
declare -n
get_array_like_string() { hoge=("a" "b") echo {$hoge[@]} } arr=($(get_array_like_string))