What are the different kinds of loops available in shell
script?

Answers were Sorted based on User's Feedback



What are the different kinds of loops available in shell script?..

Answer / 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

What are the different kinds of loops available in shell script?..

Answer / guest

for
while
until

Is This Answer Correct ?    5 Yes 1 No

What are the different kinds of loops available in shell script?..

Answer / seshadri sethi

for, if, while, case

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More Shell Script Interview Questions

What is awk script?

0 Answers  


why did you apply to shell

3 Answers   Shell,


How do I run a shell script in powershell?

0 Answers  


What is an inode block?

0 Answers  


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

0 Answers  






How to write an Auto scripting for deleting old files using shell script and made a cron job to run on daily basis

1 Answers  


Explain about the slow execution speed of shells?

0 Answers  


How does shell scripting work?

0 Answers  


how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?

0 Answers  


What is a batch file used for?

0 Answers  


How to print some text on to the screen?

2 Answers  


shell script for reverse the string

0 Answers  


Categories