NAME
exit − terminate command file
SYNOPSIS
exit
DESCRIPTION
Exit performs a seek to the end of its standard input file. Thus, if it is invoked inside a file of commands, upon return from exit the shell will discover an end-of-file and terminate.
SEE ALSO
if (I), goto (I), sh (I)
BUGS