 |
Linux and UNIX break command help and examples - Computer Hope
Examples. In the following shell script, the break command exits from a while
loop when the variable a has a value of 5 or greater: #!/bin/sh a=0 while [ $a -lt 10
] ...
www.google.com.tw |
 |