1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 09:19:47 +01:00

curl: add Spanish translation (#14068)

This commit is contained in:
Darío Hereñú 2024-10-20 03:14:18 -03:00 committed by GitHub
parent f3c79ee2dd
commit 7929f83ffb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
pages.es/windows/curl.md Normal file
View file

@ -0,0 +1,16 @@
# curl
> En PowerShell, este comando puede ser un alias de `Invoke-WebRequest` cuando el programa original `curl` (<https://curl.se>) no está correctamente instalado.
> Más información: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>.
- Consulta la documentación del comando original `curl`:
`tldr curl -p common`
- Vea la documentación del comando `Invoke-WebRequest` de PowerShell:
`tldr invoke-webrequest`
- Comprueba si `curl` está correctamente instalado imprimiendo su número de versión. Si este comando da error, PowerShell puede haber sustituido este comando por `Invoke-WebRequest`:
`curl --version`