使用 sh(1) 執行該shell script 後,變數 greet 的值仍為空值:. $ sh greet $ echo $greet ... #!/bin/sh num=$(( 3 + 4 )); echo $num; # 7 exit 0;.
確定! 回上一頁