Path : /usr/share/bash/helpfiles/ |
Current File : //usr/share/bash/helpfiles/break |
Exit for, while, or until loops. Exit a FOR, WHILE or UNTIL loop. If N is specified, break N enclosing loops. Exit Status: The exit status is 0 unless N is not greater than or equal to 1.