Answers for "Syntax error: Bad for loop variable"

1

Syntax error: Bad for loop variable

#use
bash myscript.sh

#instead of 
sh myscript.sh

#because for (( … )) is not available in sh only bash
Posted by: Guest on June-30-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language