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 write a for loop in shell?
How do you find out about all running processes?
How do you write a while loop in shell?
How do you stop a process?
How do you find out your own username?
What’s the command to find out today’s date?
How do you find out what’s your shell?
How do you fire a process in the background?
What’s the conditional statement in shell scripting?
What’s the command to find out users on the system?
How do you read keyboard input in shell scripts?
How do you test for file properties in shell scripts?