POSIX CLI1: 파일생성과 읽기
1. 파일 생성 nano: 편집기 실행 nano 편집기 화면 hello world 작성 후 ^(꺽쇠) ☞ Ctrl ^O Write Out ☞ 저장 File Name to write: hello.txt ☞ hello.txt로 저장 hello world!로 수정 후 ^X(EXIT) 종료 선택 시 Save modified buffer? ☞ 수정된 내용을 저장하겠냐? 저장 후 ls -la로 hello.txt 파일이 생성된 것을 확인 2. 파일 읽기 nano hello.txt: hello.txt파일 nano편집기로 열기 cat hello.txt: 파일 간단한 읽기 출처: https://opentutorials.org/module/3747/22523
POSIX CLI
2021. 5. 23. 20:19
공지사항