Answers

Question and Answer:

  Home  Shell Scripting

⟩ How does a case statement look in shell scripts?

case {variable} in {possible-value-1}) {statement};; {possible-value-2}) {statement};; esac

 137 views

More Questions for you: