1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/logout.md

13 lines
226 B
Markdown
Raw Normal View History

2024-12-26 09:16:38 +02:00
# logout
> Exit a login shell.
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-logout>.
- Exit a login shell:
`logout`
- Exit a login shell and specify a return value:
`logout {{exit_code}}`