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

How to debug the problems encountered in the shell script/program?

0 Answers  


How do I run a bin bash script?

0 Answers  


Suppose you execute a command using exec, what will be the status of your current process in the shell?

0 Answers  


How will you print the login names of all users on a system?

0 Answers  


I want to read all input to the command from file1 direct all output to file2 and error to file 3, how can I achieve this?

1 Answers  






What is a shell made of?

0 Answers  


Why are there shells on the beach?

0 Answers  


What is shell variable?

0 Answers  


how to separate the even and odd number generated from one file to two separate file i.e. even numbers in file1.txt and odd numbers in file2.txt

4 Answers   Infosys,


How to make userdefined variables to available for all other shells?

4 Answers  


What is the command to find out users on the system?

0 Answers  


What command needs to be used to take the backup?

0 Answers  


Categories