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 fire a process in the background?
How do you find out the current directory you’re in?
What’s the command to find out today’s date?
How do you search for a string inside a directory?
How does a case statement look in shell scripts?
How do you remove recursively?
What are PIDs?
How do you list currently running process?
How do you stop all the processes, except the shell window?
How do you find out the number of arguments passed to the shell script?
How do you test for file properties in shell scripts?
How do you refer to the arguments passed to a shell script?