exit Command
The
exit
command exits
dbx
.
Syntax
exit
Causes dbx to exit with return code 0. Same as the
quit Command
.
exit
n
Exit with return code
n
. Same as
quit
n
.
where:
n
is a return code.