How do you write a for loop in shell?
Answer / chaitanya
for {variable name} in {list} do {statement} done
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you test for file properties in shell scripts?
What’s the conditional statement in shell scripting?
How do you count words, lines and characters in a file?
How do you search for a string inside a given file?
How do you find out the current directory you’re in?
How do you refer to the arguments passed to a shell script?
How do you find out what’s your shell?
How do you write a while loop in shell?
How do you do Boolean logic operators in shell scripting?
How do you stop all the processes, except the shell window?
What’s a way to do multilevel if-else’s in shell scripting?
What’s the command to find out today’s date?