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:
parent
0be9be04a5
commit
ada35663ba
1 changed files with 17 additions and 0 deletions
17
pages.es/windows/wget.md
Normal file
17
pages.es/windows/wget.md
Normal 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`
|
Loading…
Add table
Reference in a new issue