numeric cycles in shell
Posted
by oraz
on Stack Overflow
See other posts from Stack Overflow
or by oraz
Published on 2010-04-18T03:59:45Z
Indexed on
2010/04/18
4:03 UTC
Read the original article
Hit count: 285
hello, what is the name and sintacsys of construcion ((..)) in example below?
for ((i=1;i<10;i++)) do echo $i; done
it has strange variable i
where are other constructons for numeric cycling in shell?
© Stack Overflow or respective owner