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