Files
tldr/pages.pl/windows/curl.md
K.B.Dharun Krishna 8538a31451 pages/*: add standard translation and links (#11331)
* pages/*: add standard translation and links

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* fix1: false positives; standardize Bengali, Hindi, Nepali periods

* fix: periods in recently added Bengali pages

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* fix: false positives in modified files

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* cleanup: update to native period in Bengali l10n

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-06 14:02:31 +05:30

653 B

curl

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

  • Zobacz dokumentację polecenia PowerShell Invoke-WebRequest:

tldr invoke-webrequest