NAME                                                      EXIT(I)
     exit  -  terminate	command	file

SYNOPSIS
     exit [ integer ]

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.

     The optional argument will	be returned to the shell  as  the
     exit status code.

SEE ALSO
     if(I), goto(I), sh(I)