更改顯示顏色
echo -e "\e[1;30m Jeson say Hi~ \e[1;0m"
echo -e "\e[1;30m" "Jeson say Hi~" $(tput sgr0)
$(tput sgr0)初始化終端
關(guān)聯(lián)數(shù)組
區(qū)別
普通數(shù)組:只能使用整數(shù)作為數(shù)組索引
關(guān)聯(lián)數(shù)組:可以使用字符串作為數(shù)組索引申明
declare -A ass_array1
- 賦值
數(shù)組名[索引]=變量值
ass_array1[index1]=pear