From ada35663bad2664808ecf6b4ac697532bdfc1e29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Wed, 30 Oct 2024 02:08:26 -0300 Subject: [PATCH] wget: add Spanish translation (#14293) --- pages.es/windows/wget.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pages.es/windows/wget.md diff --git a/pages.es/windows/wget.md b/pages.es/windows/wget.md new file mode 100644 index 0000000000..9012f4d77c --- /dev/null +++ b/pages.es/windows/wget.md @@ -0,0 +1,17 @@ +# wget + +> En PowerShell, este comando puede ser un alias de `Invoke-WebRequest` cuando el programa original `wget` () no está correctamente instalado. +> Nota: si el comando version devuelve un error, PowerShell puede haber sustituido este comando por `Invoke-WebRequest`. +> Más información: . + +- Vea la documentación del comando original `wget`: + +`tldr wget -p common` + +- Vea la documentación del comando `Invoke-WebRequest` de PowerShell: + +`tldr invoke-webrequest` + +- Muestra versión: + +`wget --version`