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 |
I am configuring my anaconda file in linux, i want to use as kickstart file, in post installation how can i edit file or change the content of file and save it.
What’s a way to do multilevel if-else’s in shell scripting?
How do you do number comparison in shell scripts?
What’s the conditional statement in shell scripting?
How do you do Boolean logic operators in shell scripting?
How do you find out your own username?
How do you write a while loop in shell?
How do you search for a string inside a directory?
How do you search for a string in a directory with the subdirectories recursed?
How do you fire a process in the background?
How do you test for file properties in shell scripts?
What’s the command to find out users on the system?