goto
string
Skip to a line whose first nonblank character is string
followed by a :
, and continue execution below that line. On the goto
line, string
can be a variable or filename pattern, but the label branched to must be a literal, expanded value and must not occur within a foreach
or while
.