mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:22:07 +02:00
logout: add page (#15240)
This commit is contained in:
parent
f88799dc85
commit
b8145b82ec
1 changed files with 12 additions and 0 deletions
12
pages/common/logout.md
Normal file
12
pages/common/logout.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue