mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
13 lines
218 B
Markdown
13 lines
218 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 {{N}}`
|