Accountancy, asked by sreenukshatriya9051, 1 year ago

Explain loop control statement of shell.

Answers

Answered by Anonymous
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