mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 11:22:09 +02:00
exit: add Spanish translation (#15214)
This commit is contained in:
parent
8147e0a18b
commit
ca0b16f351
1 changed files with 12 additions and 0 deletions
12
pages.es/common/exit.md
Normal file
12
pages.es/common/exit.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# exit
|
||||||
|
|
||||||
|
> Sale de la interfaz de comandos.
|
||||||
|
> Más información: <https://manned.org/exit.1posix>.
|
||||||
|
|
||||||
|
- Sale con el estado de salida del comando más recientemente ejecutado:
|
||||||
|
|
||||||
|
`exit`
|
||||||
|
|
||||||
|
- Sale con un estado de salida específico:
|
||||||
|
|
||||||
|
`exit {{estado_de_salida}}`
|
Loading…
Add table
Reference in a new issue