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


Please Help Members By Posting Answers For Below Questions

What does $@ mean bash?

672


What does it mean to debug a script?

577


How to print all array elements and their respective indexes?

518


What language is shell scripting?

586


What is shell environment?

554






Explain about debugging?

616


What is the first line in every perl script called?

563


What are the types of script?

625


Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.

2040


What is meant by dos operating system?

588


What are script files?

558


c program to display the information of given file similar to givan by the unix or linux command ls -l

1703


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 ?

1722


How to find all the files modified in less than 3 days and save the record in a text file?

619


write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?

3600