一般會將Shell Script的副檔名命名為.sh,雖然副檔名在. ... #!/bin/sh i=1 while [ $i -le 10 ] do echo $i i=`expr $i + 1`
確定! 回上一頁