
exit
List of commands for exit:
-
exit:tldr:061be exit: Exit the shell with the specified exit code.$ exit ${exit_code}try on your machineexplain this command
-
exit:tldr:45717 exit: Quit the current batch script.$ exit /btry on your machineexplain this command
-
exit:tldr:f24f6 exit: Exit the shell with the exit code of the last command executed.$ exittry on your machineexplain this command