Bash Scripting - Conditionals
What is wrong with this bash snippet?
input="" if [ -z input ]; then echo "Empty" fi
input="" if [ -z input ]; then echo "Empty" fi
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions