What’s a way to do multilevel if-else’s in shell scripting?
Answer / chaitanya
if {condition} then {statement} elif {condition} {statement} fi
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you list currently running process?
How do you find out your own username?
What’s a way to do multilevel if-else’s in shell scripting?
How do you define a function in a shell script?
How do you do Boolean logic operators in shell scripting?
What’s the conditional statement in shell scripting?
How do you stop a process?
How do you fire a process in the background?
How do you write a for loop in shell?
How do you find out the number of arguments passed to the shell script?
How do you find out the current directory you’re in?
How do you remove recursively?