MSG=$1 # 代表shell的第1個參數 foo() { msg=$1 # function的第一個參數 echo "$msg" } ... 字串比較 # 大小比較 if [[ "$s1" > "$s2" ]]; if [[ "$s1" < "$s2" ]]; if ...
確定! 回上一頁