1.

What's The Way To Do Multilevel If-else's In Shell Scripting?

Answer»

if {CONDITION} then {STATERNENT} ELIF {condition} {STATEMENT} FI.

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



Discussion

No Comment Found