1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-26 12:35:26 +02:00

wget: add Spanish translation (#14293)

This commit is contained in:
Darío Hereñú 2024-10-30 02:08:26 -03:00 committed by GitHub
parent 0be9be04a5
commit ada35663ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

17
pages.es/windows/wget.md Normal file
View file

@ -0,0 +1,17 @@
# wget
> En PowerShell, este comando puede ser un alias de `Invoke-WebRequest` cuando el programa original `wget` (<https://www.gnu.org/software/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: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>.
- 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`