 |
The C-style for-loop [Bash Hackers Wiki]
The ((;;)) syntax at the top of the loop is not an ordinary arithmetic compound command, but is part of the C-style for-loop's own syntax. The three sections separated by semicolons are arithmetic expression contexts. Each time one of the sections is to b
wiki.bash-hackers.org |
 |