1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

distrobox-host-exec: add Spanish translation (#15339)

This commit is contained in:
Igor Támara 2024-12-26 13:31:48 -05:00 committed by GitHub
parent 43ac93e0af
commit 3a7fe1f6db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,12 @@
# distrobox-host-exec
> Ejecuta un comando en el anfitrión desde dentro de un contenedor Distrobox. Vea también: `tldr distrobox`.
> Más información: <https://distrobox.it/usage/distrobox-host-exec>.
- Ejecuta el comando en el sistema anfitrión desde el interior del contenedor Distrobox:
`distrobox-host-exec "{{comando}}"`
- Ejecuta el comando `ls` en el sistema anfitrión desde el interior del contenedor:
`distrobox-host-exec ls`