exit
Exit the shell. More information: <https://manned.org/exit.1posix>.
Install
- All systems
-
curl cmd.cat/exit.sh
- Debian
-
apt-get install execline
- Ubuntu
-
apt-get install execline
- Alpine
-
apk add execline
- Kali Linux
-
apt-get install execline
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install execline
- Dockerfile
- dockerfile.run/exit
- Docker
-
docker run cmd.cat/exit exit
powered by Commando
Exit the shell. More information: <https://manned.org/exit.1posix>.
-
Exit with the exit status of the most recently executed command:
exit
-
Exit with a specific exit status:
exit exit_code
© tl;dr; authors and contributors