shell i++实现

i=1

i=$(($i+1))
i=$[$i+1]
i=`expr $i + 1`
let i++
let i+=1
posted @ 2021-08-16 10:32  星星之火pxl  阅读(217)  评论(0编辑  收藏  举报