1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-24 01:22:10 +02:00
tldr/pages.ko/windows/curl.md
코드싸이 60276104db
windows/*: add and update Korean translation (#14641)
Co-authored-by: Chooooo <contact@choo.ooo>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2024-11-05 20:21:01 +01:00

686 B

curl

PowerShell에서는 원본 curl 프로그램(https://curl.se)이 제대로 설치되지 않은 경우 이 명령이 Invoke-WebRequest의 별칭일 수 있습니다. 더 많은 정보: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest.

  • 원본 curl 명령에 대한 문서 보기:

tldr curl -p common

  • PowerShell의 Invoke-WebRequest 명령에 대한 문서 보기:

tldr invoke-webrequest

  • curl이 제대로 설치되었는지 버전 번호를 출력하여 확인. 이 명령이 오류로 평가된다면, PowerShell이 이 명령을 Invoke-WebRequest로 대체했을 수 있습니다:

curl --version