exit - Exit from the shell

Synopsis

exit [ n ]

Description

You can use exit to end the shell and return to the program that called qsh.

Options

None.

Operands

The value of n is an integer that is greater than or equal to 0 and less than or equal to 255.

Exit status

n if specified. Otherwise, the exit status of the preceding command.