Bash Scripting - Basics
Why does this script run successfully in Bash but produce an error in Fish shell?
if [[ $VAR -eq 1 ]]; then echo "Equal"; fi
if [[ $VAR -eq 1 ]]; then echo "Equal"; fi
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions