在不指定Bash索引的狀況下向數組添加新元素 - Add a new element to an array without specifying the index in Bash

問題:

Is there a way to do something like PHPs $array[] = 'foo'; 有沒有辦法像PHP同樣$array[] = 'foo'; in bash vs doing: 在bash vs作: 數組

array[0] = 'foo'
array[1] = 'bar'

解決方案:

參考一: https://stackoom.com/question/8Bfu/在不指定Bash索引的狀況下向數組添加新元素
參考二: https://oldbug.net/q/8Bfu/Add-a-new-element-to-an-array-without-specifying-the-index-in-Bash
相關文章
相關標籤/搜索