What's a way to do multilevel if-else's in shell scripting?

Submitted by: Administrator
if {condition} then {statement} elif {condition} {statement} fi
Submitted by: Administrator

Read Online Shell Scripting Job Interview Questions And Answers