UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: globChapter 5
The C Shell
Next: Reference: hashstat
 

goto

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.


Previous: Reference: globUNIX in a Nutshell: System V EditionNext: Reference: hashstat
Reference: globBook IndexReference: hashstat

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System