 |
Loop Control
Advanced Bash-Scripting Guide: ... The break command terminates the loop (breaks out of it), while continue causes a jump to the next iteration .... These are shell builtins, whereas other loop commands, such as while and case, are keywords.
tldp.org |
 |