본문 바로가기
ETC

머신러닝 OCTAVE 현재 디렉토리 확인 및 변경

by bigpicture 2021. 4. 10.
반응형

1) 현재 디레토리 확인

 

pwd 명령어

 

>> pwd
ans = C:\Users

 

 

2) 디렉토리 변경

 

cd '경로'

 

>> cd 'C:\Users\Public\OCTAVE'
>> pwd
ans = C:\Users\Public\OCTAVE

 

반응형

댓글