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 does .sh file contain?
What lives in a shell?
Which is better perl or shell scripting?
What is console line?
How do I open a jshell in cmd?
What is awk script?
How does ls command work?
How to get script name inside a script?
What does $@ mean in shell?
What are the different commands available to check the disk usage?
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
determine the output of the following command: echo ${new:-variable}
What is k shell?
How to debug the problems encountered in the shell script/program?
How many fields are present in a crontab file and what does each field specify?