Get-Location
현재 위치 확인, 현재 디렉토리 절대 경로명 출력.
$ Get-Location
cd
디렉토리 이동
$ cd [원하는 디렉토리명]
dir
현재 디렉토리 리스트 출력.
$ dir
mkdir
디렉토리 생성
$mkdir [디렉토리명]
rd
디렉토리 삭제
$rd [디렉토리명]
'PowerShell' 카테고리의 다른 글
PowerShell 파일 사용 명령 (0) | 2023.01.02 |
---|