How to Increment and Decrement Variable in Bash (Counter). Updated Jun 6, 2020 ... i=0 until [ $i -gt 3 ] do echo i: $i ((i=i+1)) done
確定! 回上一頁