Bash Scripting - Conditionals
Which keyword is used to specify the alternative commands when the if condition is false in bash?
else is used to run commands when the if condition is false.then starts the true block, elif adds another condition, and fi ends the if statement.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions