bash 터미널에서 원하는 폴더를 삭제하는 방법파일 삭제 : rm file path 빈 폴더 삭제 : rmdir dir path 또는 rm -d dir path파일이 들어 있는 폴더 삭제 : rm -r dir path무조건 삭제 : rm -rf path
파이썬 파일 만들기 $touch file.py파이썬 실행 $winpty python.exe(MAC과 달리 윈도우에서는 'python'만으로 실행 안 되기도 함)파이썬 파일 실행 $python \[file path] ex) $python ./file.pypytest 실
bash에서는 ctrl+L 혹은 $clear 명령어로 터미널 창을 리셋할 수 있다.
터미널에서 깃헙 레포를 clone한 위치로 이동한다.$git log 로 commit version ID를 확인, copy한다.위 ID는 깃헙 레포 history에서도 copy할 수 있다.터미널에서 git reset hard -- 복사한 ID 를 치면 해당 version