
Windwos PowerShell의 Get-Content명령으로 Linux 명령 tail -f 를 모방하기
Windows에서 유닉스의 tail -f 명령과 같은 결과를 얻는 명령을 사용하고 싶다면 다음과 같이 Windows Powe...
분한 마음이 하늘을 찌를 듯 격렬하게 북받쳐 오름
Windows에서 유닉스의 tail -f 명령과 같은 결과를 얻는 명령을 사용하고 싶다면 다음과 같이 Windows Powe...
다음 화면과 같이 마우스 오른쪽 버튼의 컨텍스트 메뉴에 표시되는 "PowerShell에서 실행"명령을 사용하여 확장자가 ps...
Windows PowerShell 5.1의 Get-Command -CommandType Function명령을 실행해서 나온 ...
Windows PowerShell 5.1의 Get-Command -CommandType Alias 명령을 실행해서 표시된 A...
Windows PowerShell 5.1의 Get-Command -CommandType cmdlet 명령을 실행해서 나온 결...
Try-Catch-Finally Try{ Exception Test }Catch{ Write-Host"에러...
PowerShell의 비교연산자 기호 대신 키워드를 사용합니다. -eq 같다는 의미로, ==의 용법과 동일합...
For문 0부터 1씩 증가하는 변수 i가 3과 같아지거나 커지면(-lt) 종료하는 반복문입니다. For($i=0...
파일 입력 $[변수명] = Read-Host "[입력 내용]" 예제 $var1 = Read-H...
PowerShell에서 사용되는 파일 확장자 ps1 파워쉘 스크립트 파일 psm1 파워쉘 스크립트 ...