Bash Scripting - Error Handling
What is wrong with this script snippet?
command if [ $? = 0 ] then echo "OK" fi
command if [ $? = 0 ] then echo "OK" fi
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions