Mutiple pages: add Korean translation (#3594)

Add Korean translation for the following common pages:

 - csvpy
 - csvsort
 - csvstat
 - ctest
 - curl
 - cut
 - darkhttpd
 - date
This commit is contained in:
dmakth
2019-11-22 17:10:17 +09:00
committed by Marco Bonelli
parent 06aa050c9d
commit 61fa29d29f
8 changed files with 175 additions and 0 deletions

12
pages.ko/common/csvpy.md Normal file
View File

@@ -0,0 +1,12 @@
# csvpy
> csvkit에 포함된 CSV 파일을 Python 쉘로 로드.
> 더 많은 정보: <https://csvkit.readthedocs.io/en/latest/scripts/csvpy.html>.
- CSV 파일을 `CSVKitReader` 오브젝트에 로드:
`csvpy {{데이터.csv}}`
- CSV 파일을 `CSVKitDictReader` 오브젝트에 로드:
`csvpy --dict {{데이터.csv}}`