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:
parent
43ac93e0af
commit
3a7fe1f6db
1 changed files with 12 additions and 0 deletions
12
pages.es/linux/distrobox-host-exec.md
Normal file
12
pages.es/linux/distrobox-host-exec.md
Normal 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`
|
Loading…
Add table
Reference in a new issue