Looping in shell (Do .. while loop)
In do while loop, first the command is executed and then the condition is checked.
Syntax -