반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Apache
- numpy
- PostgreSQL
- GIT
- Google Spreadsheet
- Redshift
- list
- SQL
- Mac
- Tkinter
- dataframe
- c#
- Google Excel
- Kotlin
- PANDAS
- PySpark
- django
- Java
- hive
- gas
- string
- Github
- array
- matplotlib
- math
- Python
- 파이썬
- Excel
- google apps script
Archives
- Today
- Total
목록vim editor (1)
달나라 노트
Mac : terminal vim, cat (vim editor)
Mac terminal에서는 vim, cat 명령어를 지원합니다. 각 명령어의 기능은 아래와 같습니다. vim 파일명 -> 파일의 내용을 보여주며 파일 내용 편집이 가능해짐 cat 파일명 -> 파일의 내용만 출력해줌 먼저 vim 명령어의 사용법을 알아봅시다. [terminal] $ cd documents/test 먼저 cd (change directory) 명령어를 이용해 documents/test 폴더로 이동합시다. documents/test 폴더에는 미리 만들어둔 test.txt 파일이 있습니다. 그리고 이 test.txt 파일에는 제가 미리 test contents 1이라는 내용을 입력해뒀습니다. [Terminal] $ vim test.txt 디렉토리를 변경한 후 위 명령어를 입력하면 아래와 같은 ..
Mac
2022. 2. 11. 18:50