SyntaxFix
Write A Post
Hire A Developer
Questions
Specifically: ((depth)). By example, the following prints 1.
((depth))
1
declare -i x=0 ((x)) && echo $x x=1 ((x)) && echo $x