Linux and UNIX break command help and examples - Computer Hope

Linux and UNIX break command help and examples - Computer Hope

瀏覽:970
日期:2026-04-24
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 ] ......看更多