* 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>
653 B
653 B
curl
W PowerShell to polecenie może być aliasem
Invoke-WebRequest, gdy oryginalny programcurl(https://curl.se) nie jest poprawnie zainstalowany. Więcej informacji: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest.
- Zweryfikuj, czy
curljest poprawnie zainstalowany poprzez sprawdzenie jego wersji. Jeśli to polecenie zwraca błąd, PowerShell mógł je zastąpić poleceniemInvoke-WebRequest:
curl --version
- Zobacz dokumentację oryginalnego polecenia
curl:
tldr curl -p common
- Zobacz dokumentację polecenia PowerShell
Invoke-WebRequest:
tldr invoke-webrequest