Notice
Recent Posts
Recent Comments
250x250
목록Linux (1)
Creative Code
리눅스 명령어
pwd (현재 작업중인 디렉토리) gedit hello.c ( hello.c 메모장 실행) cc hello.c (실행파일 생성) ls (현재 디렉토리의 파일 확인) ./a.out 생성된 실행파일 실행 cc -o fahr2celsius fahr2celsius.c (fahr2celsius.c의 실행파일 fahr2celsius 생성) mkdir hello ( hello 디렉토리 생성) cd c_src(작업하는 디렉토리 위치를 c_src로 이동) find / - name limits.h 디렉토리를 뒤져서 limits.h라는 파일을 찾음 cd (처음 작업하는 디렉토리로 이동) cp isLeap.c isOrdinary.c (isLeap.c의 파일을 복사해 isOrdinary.c로 생성 cc -o letterAttr..
Linux
2023. 7. 23. 22:20