Bash Scripting - Conditionals
Which keyword is used to execute code when all previous
if and elif conditions fail?if and elif conditions fail?elseelse block runs when none of the if or elif conditions are true.elif checks another condition, fi ends the block, and then starts the block after condition.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions