Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 an inode block?

0 Answers  


How to write a function?

0 Answers  


How to use arguments in a script?

0 Answers  


What is shell variable?

0 Answers  


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.

0 Answers  


What are script files?

0 Answers  


Please anyone suggest atleast 2 good training institutes in Hyderabad, INDIA where i can learn unix shell scripting.

1 Answers  


1.Write a script, which converts a number from binary to hexadecimal format or vice versa.

1 Answers   ADP,


I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.

0 Answers  


How do scripts work?

0 Answers  


What is the need of including script interpreter in your shell script?

2 Answers  


What is the syntax of "expr" command?

2 Answers  


Categories