IT Placement Papers Operating System Shell Scripting
This category contains Shell Scripting Interview Questions and Answers |
What’s a way to do multilevel if-else’s in shell scripting?
|
|
|
|
|
if {condition} then {statement} elif {condition} {statement} fi
Only registered users can write comments. Please login or register.
|