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 find out your own username?
How do you find out what’s your shell?
How do you count words, lines and characters in a file?
How do you write a while loop in shell?
How does a case statement look in shell scripts?
How do you do Boolean logic operators in shell scripting?
How do you do number comparison in shell scripts?
What’s the conditional statement in shell scripting?
How do you remove recursively?
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 refer to the arguments passed to a shell script?