multiple pages: fix whitespace in Korean pages (#3603)
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
21c755e52a
commit
503e5f030c
@@ -1,6 +1,6 @@
|
||||
# csvcut
|
||||
|
||||
> 유닉스의 `cut` 명령어와 같이 CSV 파일 필터링 및 잘라내기, tabular 데이터 보존을 위해. csvkit에 포함된 CSV 파일만 해당.
|
||||
> 유닉스의 `cut` 명령어와 같이 CSV 파일 필터링 및 잘라내기, tabular 데이터 보존을 위해. csvkit에 포함된 CSV 파일만 해당.
|
||||
> 더 많은 정보: <https://csvkit.readthedocs.io/en/latest/scripts/csvcut.html>.
|
||||
|
||||
- 모든 열의 인덱스 및 이름 출력:
|
||||
@@ -17,4 +17,4 @@
|
||||
|
||||
- "id" 및 "first name" (이 순서대로) 열 출력:
|
||||
|
||||
`csvcut -c {{id,"first name"}} {{데이터.csv}}`
|
||||
`csvcut -c {{id,"first name"}} {{데이터.csv}}`
|
||||
|
Reference in New Issue
Block a user