SyntaxFix
Write A Post
Hire A Developer
Questions
The way to use expr:
i=0 i=`expr $i + 1`
the way to use i++
((i++)); echo $i;
Tested in gnu bash