명령어 | Windows CMD | Max OS Terminal |
현재 디렉토리 | cd | pwd |
현재 디렉토리 파일 리스트보기 | dir | ls |
디렉토리 이동 | cd | cd |
디렉토리 생성 | mkdir | mkdir |
디렉토리 삭제 | rmdir | rmdir |
화면 클리어 | cls | clear |
null 파일 생성 | type NUL> | touch |
파일삭제 | del | rm |
파일이동 | move | mv |
파일/디렉토리 이름바꾸기 | ren | mv |
Explorer / Finder 에서 열기 | start | open |
In Powershell, you can use the ni command, for example: ni test.js
'2021 Newlecture > Intro' 카테고리의 다른 글
Intellij 학생 인증 (0) | 2021.07.19 |
---|---|
Tomcat 에러 : Several ports (8005, 8080, 8009) required by Tomcat v9.0 Server at localhost are already in use. (0) | 2021.05.24 |
DIRTY WORKTREE / rejected non fast forward (0) | 2021.05.20 |
서버와 클라이언트 (0) | 2021.04.04 |
프로그래밍 이해 (0) | 2021.02.24 |
프로그래머와 개발자의 차이 (0) | 2021.02.22 |