Mailing the story:

How to use for/while/until loop in bash

Undoubtedly the most useful feature of bash scripting is loop control. In any imperative programming language like bash, loop statements are commonly used along with conditional statements to perform repetitive tasks. In case of bash, three different types of loop statements are available: for, while and until. This tutorial demonstrates how to use for, while and until loops in bash using detailed examples.
What is your name?

What is your E-Mail address?

What is the email address of the recipient?

Add a special note from yourself?