!, ^, cs*, ctags, cvs, cwebp, cypher-shell, czkawka-cli: update and add Korean translation (#14099)

This commit is contained in:
HoJeong Im
2024-10-12 02:05:31 +09:00
committed by GitHub
parent 5ceae06882
commit 6bfd085719
13 changed files with 248 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# csv-diff
> 두 개의 CSV, TSV 또는 JSON 파일 간의 차이점을 확인.
> 더 많은 정보: <https://github.com/simonw/csv-diff>.
- 특정 열을 고유 식별자로 사용해 파일 간의 차이점을 사람이 읽을 수 있는 요약정보로 표시:
`csv-diff {{경로/대상/파일1.csv}} {{경로/대상/파일2.csv}} --key {{열_이름}}`
- 최소한 하나의 변경 사항이 있는 행의 변경되지 않은 값은 포함하는 파일 간의 차이점에 대해서, 사람이 읽을 수 있는 요약정보로 표시:
`csv-diff {{경로/대상/파일1.csv}} {{경로/대상/파일2.csv}} --key {{열_이름}} --show-unchanged`
- 특정 열을 고유 식별자로 사용하여 JSON 형식 파일 간 차이점을 요약정보로 표시:
`csv-diff {{경로/대상/파일1.csv}} {{경로/대상/파일2.csv}} --key {{열_이름}} --json`