The bash shell variables can be incremented in different ways. This incrementation operation can be done ... i=12 echo $i i=$((i+1)) echo $i.
確定! 回上一頁