Shell命令(二)

shell 的 test命令 a=1 b=2 if test $[a] -eq $[b] then       echo '兩個數相等' else     echo '兩個數不相等' fi 代碼中的[]可以執行基本的算術運算 result=$[a=b] echo '$result' 字符串測試 文件測試 if test -e ./file -o -e ./bash then      echo '
相關文章
相關標籤/搜索