Files
tldr/pages.nl/windows/wget.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

844 B

wget

In PowerShell kan dit commando een alias zijn van Invoke-WebRequest als het originele wget programma (https://www.gnu.org/software/wget) niet correct is geïnstalleerd. Meer informatie: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest.

  • Controleer of wget correct is geïnstalleerd door het versienummer te printen. Als dit commando resulteert in een error, heeft PowerShell dit commando mogelijk vervangen met Invoke-WebRequest:

wget --version

  • Bekijk de documentatie van het originele wget commando:

tldr wget -p common

  • Bekijk de documentatie van het originele wget commando in een oudere versie van de tldr command-line client:

tldr wget -o common

  • Bekijk de documentatie van het PowerShell's Invoke-WebRequest commando:

tldr invoke-webrequest