From 3a7fe1f6dbb03bc7d5aa27ad190e81b59a9552c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20T=C3=A1mara?= Date: Thu, 26 Dec 2024 13:31:48 -0500 Subject: [PATCH] distrobox-host-exec: add Spanish translation (#15339) --- pages.es/linux/distrobox-host-exec.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages.es/linux/distrobox-host-exec.md diff --git a/pages.es/linux/distrobox-host-exec.md b/pages.es/linux/distrobox-host-exec.md new file mode 100644 index 0000000000..dfb975cbda --- /dev/null +++ b/pages.es/linux/distrobox-host-exec.md @@ -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: . + +- 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`