windows/curl, windows/wget: sync rearranged examples to other translations (#13856)

This commit is contained in:
Reinhart Previano Koentjoro
2024-09-28 20:00:18 +07:00
committed by GitHub
parent e7a5654e1d
commit 7ae1f4e60f
10 changed files with 64 additions and 32 deletions

View File

@@ -3,10 +3,6 @@
> W PowerShell to polecenie może być aliasem `Invoke-WebRequest`, gdy oryginalny program `curl` (<https://curl.se>) nie jest poprawnie zainstalowany.
> Więcej informacji: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>.
- Zweryfikuj, czy `curl` jest poprawnie zainstalowany poprzez sprawdzenie jego wersji. Jeśli to polecenie zwraca błąd, PowerShell mógł je zastąpić poleceniem `Invoke-WebRequest`:
`curl --version`
- Zobacz dokumentację oryginalnego polecenia `curl`:
`tldr curl -p common`
@@ -14,3 +10,7 @@
- Zobacz dokumentację polecenia PowerShell `Invoke-WebRequest`:
`tldr invoke-webrequest`
- Zweryfikuj, czy `curl` jest poprawnie zainstalowany poprzez sprawdzenie jego wersji. Jeśli to polecenie zwraca błąd, PowerShell mógł je zastąpić poleceniem `Invoke-WebRequest`:
`curl --version`