1
0
Fork 0
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:
Igor Támara 2024-12-28 01:07:53 -05:00 committed by GitHub
parent 8147e0a18b
commit ca0b16f351
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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