Mailing the story:

Bash break and continue

Loops allow you to run one or more commands multiple times until a certain condition is met. However, sometimes you may need to alter the flow of the loop and terminate the loop or only the current iteration. In Bash, break and continue statements allows you to control the loop execution.

What is your name?

What is your E-Mail address?

What is the email address of the recipient?

Add a special note from yourself?