type,tzutil,uwfmgr,vcvarsall,wget: add Korean translation (#14204)
This commit is contained in:
17
pages.ko/windows/wget.md
Normal file
17
pages.ko/windows/wget.md
Normal 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`
|
Reference in New Issue
Block a user