Comment on TIL: Some surprising code execution sources in bashparentComments−jwilk1y"if (( num==42 ))" can exectue code from $num too.−Leynos1yTypeset num as an integer.
Comments
"if (( num==42 ))" can exectue code from $num too.
Typeset num as an integer.