Answers

Question and Answer:

  Home  Shell Scripting

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

if {condition} then {statement} elif {condition} {statement} fi

 152 views

More Questions for you: