Bash Scripting - Conditionals
Identify the error in this bash conditional snippet:
if [ $value = 10 ]; then echo "Value is 10" fi
if [ $value = 10 ]; then echo "Value is 10" fi
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions