Bash Scripting - Loops
Identify the error in this script:
count=1 while [ $count -le 3 ] echo $count ((count++)) done
count=1 while [ $count -le 3 ] echo $count ((count++)) done
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions