Explain loop control statement of shell.
Answers
Answered by
0
You will use different loops based on the situation. For example, the while loop executes the given commands until the given condition remains true; the until loop executes until a given condition becomes true.
Similar questions