shell数组迷惑行为大赏汇总 2013 年 3 月 4 日 普通数组使用下标定义: books=([0]=”linux” [1]=”shell” [3]=”docker”) 关联数组定义: declare -A info info=( [name]zjib [sex]male [age]11 ) Related Posts Go语言:crypto/ssh执行远程命令 mysql同步延迟,世界级难题 Golang 并发编程与 Context About The Author php