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 does a case statement look in shell scripts?
What’s the command to find out users on the system?
What are PIDs?
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 write a for loop in shell?
How do you search for a string inside a directory?
How do you fire a process in the background?
How do you search for a string in a directory with the subdirectories recursed?
How do you stop a process?
How do you find out the current directory you’re in?