Jump to content

exit (command)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Ghettoblaster (talk | contribs) at 14:35, 31 May 2020. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

exit
Developer(s)Various open-source and commercial developers
Operating systemCross-platform
TypeCommand

In computing, exit is a command used in many operating system command-line shells and scripting languages.

The command causes the shell or program to terminate. If performed within an interactive command shell, the user is logged out of their current session, and/or user's current console or terminal connection is disconnected. Typically an optional exit code can be specified, which is typically a simple integer value that is then returned to the parent process.

Implementations

Operating systems, shells and scripting languages providing this command include Microsoft MSX-DOS version 2,[1] IBM OS/2,[2] DR FlexOS,[3] HP MPE/iX,[4] KolibriOS[5], SymbOS[6], cmd.exe[7], sh, ksh, Perl, AWK, PHP, TCL, PowerShell and others.

On MS-DOS, the command is available in versions 2 and later.[8] DR DOS 6.0[9] and Datalight ROM-DOS[10] also include an implementation of the exit command. It is also available in the open source MS-DOS emulator DOSBox.

The numerical computing environment MATLAB includes an exit function with similar functionality.[11]

See also

References

  1. ^ MSX-DOS version 2
  2. ^ http://www.jatomes.com/Help/Os2Cmd.php#EXIT
  3. ^ "User Guide" (PDF). www.bitsavers.org.
  4. ^ "MPE/iX Command Reference Manual" (PDF).
  5. ^ "Shell - KolibriOS wiki". wiki.kolibrios.org.
  6. ^ "Data". www.symbos.de.
  7. ^ Archiveddocs. "Exit3". docs.microsoft.com.
  8. ^ Wolverton, Van (2003). Running MS-DOS Version 6.22 (20th Anniversary Edition), 6th Revised edition. Microsoft Press. ISBN 0-7356-1812-7.
  9. ^ DR DOS 6.0 User Guide Optimisation and Configuration Tips
  10. ^ "Datalight ROM-DOS User's Guide" (PDF). www.datalight.com.
  11. ^ https://www.mathworks.com/help/matlab/ref/exit.html

Further reading