-
Notifications
You must be signed in to change notification settings - Fork 1.8k
SC1138
Rushen Wang edited this page Sep 12, 2024
·
3 revisions
for( (i=0; i<10; i++) ); do echo $i; done
for((i=0; i<10; i++)); do echo $i; done
ShellCheck finds arithmetic for ((;;)) expressions where (( or )) are intervening with spaces
None
- Help by adding links to BashFAQ, StackOverflow, man pages, POSIX, etc!