建議數字比較一律用((…)),字串比較再用[[ ... ]] 支援字串模式* ? $ [[ a123b == *123* ]] && echo "match" || echo "not match"
確定! 回上一頁