This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6bc3c21fd3
tldr
/
pages
/
common
/
exit.md
171 B
Raw
Blame
History
exit
Exit the shell.
Exit the shell with the exit code of the last command executed:
exit
Exit the shell with the specified exit code:
exit {{exit_code}}