exit (command)

Source: Wikipedia, the free encyclopedia.
exit
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

and others.

On

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. ^ "JaTomes Help - OS/2 Commands". www.jatomes.com. Archived from the original on 2019-04-14.
  3. ^ "User Guide" (PDF). www.bitsavers.org. Archived from the original (PDF) on 2018-09-14. Retrieved 2018-09-16.
  4. ^ "MPE/iX Command Reference Manual" (PDF). Archived from the original (PDF) on 2018-10-21. Retrieved 2023-08-05.
  5. ^ "Shell - KolibriOS wiki". wiki.kolibrios.org.
  6. ^ "Data". www.symbos.de.
  7. ^ Archiveddocs. "Exit3". docs.microsoft.com.
  8. .
  9. ^ DR DOS 6.0 User Guide Optimisation and Configuration Tips
  10. ^ "Datalight ROM-DOS User's Guide" (PDF). www.datalight.com.
  11. ^ "Terminate MATLAB program (Same as quit) - MATLAB exit".

Further reading

External links