Shell簡單實例

實例 1-2-6 if [ -z $1 ]||[ -z $2 ] then     echo "please input two numbers"     exit else if [ $1 -gt $2 ] ; then     echo "Param1 > Param2" else if [ $1 -lt $2 ] ; then         echo "Param1 < Param2" e
相關文章
相關標籤/搜索