나무와물
윈도우에서는 PowerShell(파워셸)에서 Invoce-WebRequest라는 것으로 wget 기능을 제공하고 있습니다. 사용법은 wget과 비슷합니다. > wget -Uri https://mydomain.com 파일로 저장하는 방법은 다음과 같습니다. > wget -Uri https://mydomain.com -OutFile index.html