continue

skip to next iteration of loop in KornShell script 

KornShell Built-in


SYNOPSIS

continue [n]


DESCRIPTION

continue skips to the next iteration of an enclosing for, select, until, or while loop in a KornShell script. If a number n is given, execution continues at the loop-control of the nth enclosing loop. The default value of n is 1.


DIAGNOSTICS

Possible exit status values are:

0 

Successful completion.

1 

The value of n given was not an unsigned decimal integer > 0.


PORTABILITY

POSIX.2. x/OPEN Portability Guide 4.0. All UNIX systems. Windows 2000. Windows XP. Windows Server 2003. Windows Vista.

The select command and the ability to continue to the next iteration of it are extensions found in the KornShell.


NOTE

This is a special built-in command of the MKS KornShell.


AVAILABILITY

MKS Toolkit for Power Users
MKS Toolkit for System Administrators
MKS Toolkit for Developers
MKS Toolkit for Interoperability
MKS Toolkit for Professional Developers
MKS Toolkit for Enterprise Developers
MKS Toolkit for Enterprise Developers 64-Bit Edition


SEE ALSO

Commands:
break, sh


MKS Toolkit 9.2 Documentation Build 16.