mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 12:35:24 +02:00
exit: add Spanish translation (#13926)
* exit: add Spanish translation * exit: add Spanish translation * Update pages.es/windows/exit.md Co-authored-by: Darío Hereñú <magallania@gmail.com> * Update pages.es/windows/exit.md Co-authored-by: Darío Hereñú <magallania@gmail.com> * Update pages.es/windows/exit.md Co-authored-by: Darío Hereñú <magallania@gmail.com> * Update pages.es/windows/exit.md Co-authored-by: Darío Hereñú <magallania@gmail.com> --------- Co-authored-by: Darío Hereñú <magallania@gmail.com>
This commit is contained in:
parent
888d62cdcf
commit
1f6d1eac60
1 changed files with 16 additions and 0 deletions
16
pages.es/windows/exit.md
Normal file
16
pages.es/windows/exit.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# exit
|
||||
|
||||
> Sale de la instancia CMD actual o del archivo por lotes actual.
|
||||
> Más información: <https://learn.microsoft.com/windows-server/administration/windows-commands/exit>.
|
||||
|
||||
- Sale de la instancia CMD actual:
|
||||
|
||||
`exit`
|
||||
|
||||
- Sale del conjunto de instrucciones del archivo por lotes actual:
|
||||
|
||||
`exit /b`
|
||||
|
||||
- Sale usando un código de salida específico:
|
||||
|
||||
`exit {{2}}`
|
Loading…
Add table
Reference in a new issue