shell2

例一:數組選擇html #!/bin/sh menu=("Apple" "Grape" "Orange") PS3="喜歡哪一個" select item in ${menu[@]};do echo "喜歡$item" done   轉載於:https://www.cnblogs.com/bluewelkin/p/4387468.html數組
相關文章
相關標籤/搜索