cmd, curl, exit, ftp: add German translation (#8776)

This commit is contained in:
Lena
2022-10-14 16:41:15 +02:00
committed by GitHub
parent 325a98f999
commit 3b3ee12564
4 changed files with 103 additions and 0 deletions

16
pages.de/windows/exit.md Normal file
View File

@@ -0,0 +1,16 @@
# exit
> Beendet die aktuelle CMD-Instanz oder die aktuelle Batch-Datei.
> Weitere Informationen: <https://learn.microsoft.com/windows-server/administration/windows-commands/exit>.
- Beenden der aktuellen CMD-Instanz:
`exit`
- Beenden des aktuellen Batch-Skripts:
`exit /b`
- Beenden mit einem bestimmten Exit-Code:
`exit {{exit_code}}`