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 |
What are PIDs?
How do you remove recursively?
How do you list currently running process?
How do you search for a string in a directory with the subdirectories recursed?
How do you find out what’s your shell?
How do you count words, lines and characters in a file?
How do you do Boolean logic operators in shell scripting?
How do you search for a string inside a directory?
How do you read keyboard input in shell scripts?
How do you fire a process in the background?
How do you write a for loop in shell?
How do you do number comparison in shell scripts?