mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 12:35:42 +02:00
exit: add German translation (#7340)
This commit is contained in:
parent
8bfea73604
commit
8d742da3af
1 changed files with 12 additions and 0 deletions
12
pages.de/common/exit.md
Normal file
12
pages.de/common/exit.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# exit
|
||||
|
||||
> Verlasse die Shell.
|
||||
> Weitere Informationen: <https://manned.org/exit>.
|
||||
|
||||
- Beende die Shell mit dem Exitcode des zuletzt ausgeführten Befehls:
|
||||
|
||||
`exit`
|
||||
|
||||
- Beende die Shell mit dem angegebenen Exitcode:
|
||||
|
||||
`exit {{exitcode}}`
|
Loading…
Add table
Reference in a new issue