명령어 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

+ Recent posts