1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 08:35:44 +02:00
tldr/pages.es/windows/wget.md
Starsoon 82eb0aa1b6
pages.es/windows/*: add Spanish translation (#16716)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2025-07-20 09:46:34 +03:00

639 B

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.

  • Ver la documentación del comando original wget:

tldr wget -p common

  • Ver la documentación del comando Invoke-WebRequest de PowerShell:

tldr invoke-webrequest

  • Mostrar versión:

wget --version