Bash 的 Shell Programming, 於 變數 要 數字相加, 會印出 變數+數字, ex: $ TT=1 $ TT=$TT+1 $ echo $TT 1+1 ...
blog.longwin.com.tw