What are the different kinds of loops available in shell
script?
Answer Posted / swaroopa
Broadly categorised in 3
for
while
until
if and case are not loops but rather control structures
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What is meant by dos operating system?
What can you do with powershell?
What is the lifespan of a variable inside a shell script?
What is difference between bash and shell?
What are the two files of crontab command?
What is the best shell scripting language?
Explain about debugging?
What is the first line in a shell script?
Write down the syntax of "for " loop
is this growing field and what is average package in this?
What are the different variables present in linux shell?
What are types of shells?
Set up a Sev 2 alert when the Primary WA service fails. A windows batch script needs to be created that will monitor the WA service on the Primary and when the service stops/fails a Sev 2 TT is generated for a particular team ?
how will you find the total disk space used by a specific user?
What does $@ mean in shell?