type,tzutil,uwfmgr,vcvarsall,wget: add Korean translation (#14204)

This commit is contained in:
Chooooo
2024-10-15 01:03:27 +09:00
committed by GitHub
parent c3eb0ce047
commit 5910ebfff3
5 changed files with 91 additions and 0 deletions

17
pages.ko/windows/wget.md Normal file
View File

@@ -0,0 +1,17 @@
# wget
> 원래 `wget` 프로그램 (<https://www.gnu.org/software/wget>)이 제대로 설치되지 않은 경우, PowerShell에서는 이 명령이 `Invoke-WebRequest`의 별칭일 수 있습니다.
> 참고: 버전 명령어가 오류를 반환하는 경우, PowerShell이 이 명령을 `Invoke-WebRequest`로 대체할 수 있습니다.
> 더 많은 정보: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>.
- 원래 `wget` 명령어의 문서 보기:
`tldr wget -p common`
- PowerShell의 `Invoke-WebRequest` 명령어의 문서 보기:
`tldr invoke-webrequest`
- 버전 표시:
`wget --version`