
* pages/*: update links and more info link script Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * cleanup: reformat code * ax-webapp: fix link * curl: fix false positive Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
821 B
821 B
wget
Perintah ini dapat merupakan alias dari
Invoke-WebRequest
jika programwget
(https://www.gnu.org/software/wget) tidak terpasang secara benar di PowerShell. Informasi lebih lanjut: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest.
- Cari tahu apakah
wget
sudah terpasang dengan benar dengan menampilkan versi program tersebut. Jika perintah ini memunculkan pesan galat/error, maka PowerShell berkemungkinan sedang menggantinya denganInvoke-WebRequest
:
curl --version
- Tampilkan dokumentasi untuk perintah
wget
yang asli:
tldr wget -p common
- Tampilkan dokumentasi untuk perintah
wget
yang asli dalam programtldr
versi lawas:
tldr wget -o common
- Tampilkan dokumentasi untuk perintah
Invoke-WebRequest
:
tldr invoke-webrequest