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 |
What’s the command to find out users on the system?
What’s a way to do multilevel if-else’s in shell scripting?
How do you list currently running process?
How do you remove a file?
How do you search for a string in a directory with the subdirectories recursed?
What’s the command to find out today’s date?
How do you find out the number of arguments passed to the shell script?
How do you stop all the processes, except the shell window?
What are PIDs?
How do you test for file properties in shell scripts?
How do you do number comparison in shell scripts?
How do you write a while loop in shell?