**문서의 이전 판입니다!**
목차
| pageinfo | |
|---|---|
| status | Draft |
Powershell
문법
주석
# Comment, one line
<#
Comment line one
Comment line two
#>
파일/폴더 이동
Move-Item -Path [Source] -Destination [Destination]
wiki/powershell.1738632722.txt.gz · 마지막으로 수정됨: (바깥 편집)
| pageinfo | |
|---|---|
| status | Draft |
# Comment, one line
<#
Comment line one
Comment line two
#>
Move-Item -Path [Source] -Destination [Destination]