multiple pages: fix whitespace in Korean pages (#3603)

This commit is contained in:
Marco Bonelli
2019-11-22 16:09:37 +01:00
committed by Starbeamrainbowlabs
parent 21c755e52a
commit 503e5f030c
38 changed files with 55 additions and 58 deletions

View File

@@ -1,6 +1,6 @@
# csvgrep
> csvkit에 포함된 CSV행의 문자열 및 패턴 매칭 필터링.
> csvkit에 포함된 CSV행의 문자열 및 패턴 매칭 필터링.
> 더 많은 정보: <https://csvkit.readthedocs.io/en/latest/scripts/csvgrep.html>.
- 1 열에 특정 문자열이 있는 행 찾기:
@@ -13,4 +13,4 @@
- "이름" 열에서 "John Doe"가 포함되지 않는 행 찾기:
`csvgrep -i -c {{이름}} -m {{"John Doe"}} {{데이터.csv}}`
`csvgrep -i -c {{이름}} -m {{"John Doe"}} {{데이터.csv}}`