Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

usage: exit [ N ]

Exits the command line tool.

The argument N is the final exit code returned to the calling process. If no argument is supplied, the result of the previous operation will be returned to the calling process.

Return Codes

Listed below are the different return codes for the exit command:

CodeDescription

N

The value of the supplied argument or the final exit code from the last command.

  • No labels