How does a case statement look in shell scripts?
Answer / chaitanya
case {variable} in {possible-value-1}) {statement};; {possible-value-2}) {statement};; esac
Is This Answer Correct ? | 0 Yes | 0 No |
How do you list currently running process?
How do you do number comparison in shell scripts?
How do you stop all the processes, except the shell window?
How do you find out about all running processes?
How do you refer to the arguments passed to a shell script?
How do you define a function in a shell script?
How do you remove a file?
How do you do Boolean logic operators in shell scripting?
How do you write a for loop in shell?
How do you find out the current directory you’re in?
What’s the conditional statement in shell scripting?
What are PIDs?