File2 [CS] Batch File 동작 원리(Operating Principle) - 시작부터 끝까지 Process 혹은 Transmit 되는 Data 를 가진 File. - 차례로 Carried out(수행)되는 OS Command(명령) File. ==> OS는 Command 를 해석하여, CPU가 Execute(실행)하는 기계어로 변환. - Batch File은 백업 형성 및 Application Launch(실행) 등 일련의 Routine File 관리 작업을 수행하는데 사용됨. - Batch File은 Win OS 에서 .BAT & .CMD 파일 확장자로 쓰이며, 'Command Script' 라는 공식 명칭이 있음. ==> Unix/Linux OS 에서 .SH 파일 확장자로 쓰이며, 'Shell Script' 라고 불림. - 위키피디아 같은 어떤 백과사전 홈페이지가 있다고 .. 2022. 12. 10. [Git] 특정 File 업로드 방법 # 작업 파일 목록 확인 git status # 기존 파일 변경 내역 확인 git diff # 목록 재확인 git status # 원하는 파일 업로드(1) git add [경로 & 파일명] # 업로드(2) git commit -m "[msg]" file1 file2 https://stackoverflow.com/questions/13479763/how-to-push-a-single-file-in-a-subdirectory-to-github-not-master 2022. 6. 13. 이전 1 다음