i=$((i + 1)) –» This will modify your $i variable by adding 1 to it. So your $i is 1 now. This is a key element of your while loop, because $i ...
確定! 回上一頁