After completing this module, you should be able to:
- Create scripts that process lists of items.
- Create scripts that can process data and run until certain conditions are met.
- Understand the use of the break and continue commands.
Commands:
- for do done
- while do done
- do while