home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / ap / zsh / zsh-2.4 / zsh-2 / zsh-2.4.306 / help / exit < prev    next >
Text File  |  1993-10-09  |  340b  |  9 lines

  1.        bye    Same as exit.
  2.  
  3.        exit [ n ]
  4.               Exit the shell with the exit code specified  by  n;
  5.               if  none  is  specified, use the exit code from the
  6.               last command executed.  An EOF condition will  also
  7.               cause  the  shell  to  exit,  unless  the IGNOREEOF
  8.               option is set.
  9.