mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-08 21:05:24 +02:00
12 lines
226 B
Markdown
12 lines
226 B
Markdown
# 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}}`
|