1
0
Fork 0
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:
Managor 2024-12-26 09:16:38 +02:00 committed by GitHub
parent f88799dc85
commit b8145b82ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
pages/common/logout.md Normal file
View 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}}`