What are the different kinds of loops available in shell
script?
Answers were Sorted based on User's Feedback
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 |
How do we create command aliases in a shell?
What is scripting autism?
How do I save a powershell script?
In a single command how do you run the previous command in the command prompt.
What is a boot block?
How do you know which shell I am using?
How to customise the other shell?
how to read systems current date and time
What is sudo command?
What is difference between bash and shell?
There are three departments A,B and C.Write a query to display the names of all the persons( in departments other than A) who are paid higher than the person receiving the lowest salary in DEPT A
How Connect to a Database in Shell Programming?