mac terminal command 맥북 터미널 명령어 모음
·
테크/I T일반
명령어 도움말 보기 man "command name here" enter q to exit help Lesson 1 ls : list of directory cd : go to directory (cd .. go to previous directory) pwd : current path cat 파일 이름 : 파일 보기 head 파일 이름 : 첫줄 tail : 파일 이름 : 마지막줄 mkdir "폴더명" : 폴더만들기 rm -r "폴더명" : 폴더 삭제 rm : 파일 삭제 clear : 코멘트 화면 청소 cp "picture1.png" Documents cp -r Documents Documents_2 : copy directory Documents to Documents_2 mv "picture1.png..